aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-04-22 13:28:34 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-04-22 13:28:34 +0000
commit68d1fe9700346f06bb7d05bdd0741f272a32e4fe (patch)
treedc894885dc3957f535b5f7635c99af20178c9d58 /docs
parented38745a2ad0279391485560d86cfa798b7af3ff (diff)
downloadexternal_llvm-68d1fe9700346f06bb7d05bdd0741f272a32e4fe.zip
external_llvm-68d1fe9700346f06bb7d05bdd0741f272a32e4fe.tar.gz
external_llvm-68d1fe9700346f06bb7d05bdd0741f272a32e4fe.tar.bz2
Reworking the wording of the "target data string" paragraph in the "Optimizer Improvments" section of the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c4b7185..664c197 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -544,11 +544,10 @@ href="http://blog.llvm.org/2009/12/introduction-to-load-elimination-in-gvn.html"
Advanced Topics in Redundant Load Elimination with a Focus on PHI Translation
Blog Post</a> for more details.</li>
<li>The module <a href="LangRef.html#datalayout">target data string</a> now
- includes a notion of what the 'native' integer data types a for the target,
- which allows various optimizations to use. This helps mid-level
- optimizations avoid promoting complex sequences of operations to data types
- that are not natively supported (e.g. converting i32 operations to i64 on
- a 32-bit chip).</li>
+ includes a notion of 'native' integer data types for the target. This
+ helps mid-level optimizations avoid promoting complex sequences of
+ operations to data types that are not natively supported (e.g. converting
+ i32 operations to i64 on 32-bit chips).</li>
<li>The mid-level optimizer is now conservative when operating on a module with
no target data. Previously, it would default to SparcV9 settings, which is
not what most people expected.</li>