From: Dan Gohman
Date: Thu, 5 Jun 2008 18:45:33 +0000 (+0000)
Subject: Wording fixes. Thanks Bill!
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6e60ea42e8296265bcb03dc5064e40a927733ae5;p=oota-llvm.git
Wording fixes. Thanks Bill!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52017 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 03a74b91e28..a752e53bca1 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -195,9 +195,9 @@ faster:
- MemOperand in the code generator: describe me!.
-- 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
+
- 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.
- Several compile time speedups for code with large basic blocks.