[llvm-commits] [llvm] r52017 - /llvm/trunk/docs/ReleaseNotes.html

Dan Gohman gohman at apple.com
Thu Jun 5 11:45:33 PDT 2008


Author: djg
Date: Thu Jun  5 13:45:33 2008
New Revision: 52017

URL: http://llvm.org/viewvc/llvm-project?rev=52017&view=rev
Log:
Wording fixes. Thanks Bill!

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=52017&r1=52016&r2=52017&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Jun  5 13:45:33 2008
@@ -195,9 +195,9 @@
 
 <ul>
 <li>MemOperand in the code generator: describe me!.</li>
-<li>Target-independent codegen infastructure now uses LLVM's APInt class for
-    handling integer values, which allows it to support integer types larger
-    than 64 bits. Note that support for such types is also dependent on
+<li>The target-independent code generator infrastructure now uses LLVM's APInt
+    class to handle integer values, which allows it to support integer types
+    larger than 64 bits. Note that support for such types is also dependent on
     target-specific support. Use of APInt is also a step toward support for
     non-power-of-2 integer sizes.</li>
 <li>Several compile time speedups for code with large basic blocks.</li>





More information about the llvm-commits mailing list