summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMConstantIslandPass.cpp
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 /lib/Target/ARM/ARMConstantIslandPass.cpp
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 'lib/Target/ARM/ARMConstantIslandPass.cpp')
-rw-r--r--lib/Target/ARM/ARMConstantIslandPass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp
index 2039d41bf5..fc85666855 100644
--- a/lib/Target/ARM/ARMConstantIslandPass.cpp
+++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -52,6 +52,7 @@ static cl::opt<bool>
AdjustJumpTableBlocks("arm-adjust-jump-tables", cl::Hidden, cl::init(true),
cl::desc("Adjust basic block layout to better use TB[BH]"));
+// FIXME: This option should be removed once it has received sufficient testing.
static cl::opt<bool>
AlignConstantIslands("arm-align-constant-islands", cl::Hidden, cl::init(true),
cl::desc("Align constant islands in code"));