summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-12-16 16:07:41 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-12-16 16:07:41 +0000
commitf5bb45f89564129fcaca25b9dd84750ffc02beed (patch)
tree684aaa6922afd9979635759983e35261305230fd /docs
parent76f13017fc67b35f10b61e05c13f3643b714fccf (diff)
downloadllvm-f5bb45f89564129fcaca25b9dd84750ffc02beed.tar.gz
llvm-f5bb45f89564129fcaca25b9dd84750ffc02beed.tar.bz2
llvm-f5bb45f89564129fcaca25b9dd84750ffc02beed.tar.xz
Note ARM constant island alignment in the release notes.
The command line option should be removed, but not until the feature has gotten a lot of testing. The ARMConstantIslandPass tends to have subtle bugs that only show up after a while. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b9361a5773..dbeba16455 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -366,8 +366,8 @@ Release Notes</a>.</h1>
<p>New features of the ARM target include:</p>
<ul>
- <li>....</li>
-</ul>
+ <li>The constant island pass now supports basic block and constant pool entry
+ alignments greater than 4 bytes.</li> </ul>
</div>