aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-05 18:45:33 +0000
committerDan Gohman <gohman@apple.com>2008-06-05 18:45:33 +0000
commit6e60ea42e8296265bcb03dc5064e40a927733ae5 (patch)
tree2d81a0be9f8b9fede08722249eff8d2e75fce538 /docs/ReleaseNotes.html
parent417dc2f5958b7233011b55bf36b20eae5a50f83f (diff)
downloadexternal_llvm-6e60ea42e8296265bcb03dc5064e40a927733ae5.zip
external_llvm-6e60ea42e8296265bcb03dc5064e40a927733ae5.tar.gz
external_llvm-6e60ea42e8296265bcb03dc5064e40a927733ae5.tar.bz2
Wording fixes. Thanks Bill!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52017 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 03a74b9..a752e53 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -195,9 +195,9 @@ faster:</p>
<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>