Rewording the "generated debug information" paragraph in the "Interpreter and JIT...
authorWesley Peck <peckw@wesleypeck.com>
Thu, 22 Apr 2010 13:36:27 +0000 (13:36 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Thu, 22 Apr 2010 13:36:27 +0000 (13:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102060 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 664c1970240d0f39c20d12258cc7c518e7d9d03c..bf2fb6baed1150dd108d62c2532189890be821d9 100644 (file)
@@ -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.