commit | f04777b945e272ccec21c7080bd5480d78a14fd2 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Tue Nov 17 21:24:11 2009 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Tue Nov 17 21:24:11 2009 +0000 |
tree | 6e47361b382e90c271c479da7acbb083cea3d412 | |
parent | 202344e1240db60afa393198806e75256cde985c [diff] [blame] |
Enable arm jumpt table adjustment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89143 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 734e33d..d22c43a 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -48,7 +48,7 @@ static cl::opt<bool> -AdjustJumpTableBlocks("arm-adjust-jump-tables", cl::Hidden, cl::init(false), +AdjustJumpTableBlocks("arm-adjust-jump-tables", cl::Hidden, cl::init(true), cl::desc("Adjust basic block layout to better use TB[BH]")); namespace {