summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-04-22 13:36:27 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-04-22 13:36:27 +0000
commit640604ae63d44667de7f89d5a9498f50a85ae809 (patch)
treee96d6316ef4e659501affad9d5792d0e1f9a3d08 /docs/ReleaseNotes.html
parent68d1fe9700346f06bb7d05bdd0741f272a32e4fe (diff)
downloadllvm-640604ae63d44667de7f89d5a9498f50a85ae809.tar.gz
llvm-640604ae63d44667de7f89d5a9498f50a85ae809.tar.bz2
llvm-640604ae63d44667de7f89d5a9498f50a85ae809.tar.xz
Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102060 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 664c197024..bf2fb6baed 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -584,9 +584,9 @@ href="http://blog.llvm.org/2009/12/introduction-to-load-elimination-in-gvn.html"
<div class="doc_text">
<ul>
-<li>The JIT now supports generating debug information, which is compatible with
-the new GDB 7.0 (and later) interfaces for registering debug info for
-dynamically generated code.</li>
+<li>The JIT now supports generating debug information and is compatible with
+the new GDB 7.0 (and later) interfaces for registering dynamically generated
+debug info.</li>
<li>The JIT now <a href="http://llvm.org/PR5184">defaults
to compiling eagerly</a> to avoid a race condition in the lazy JIT.