diff options
-rw-r--r-- | lib/Target/ARM/ARMConstantIslandPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 4925a20455..e3b577e21e 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -48,7 +48,7 @@ STATISTIC(NumJTInserted, "Number of jump table intermediate blocks inserted"); static cl::opt<bool> -AdjustJumpTableBlocks("arm-adjust-jump-tables", cl::Hidden, cl::init(true), +AdjustJumpTableBlocks("arm-adjust-jump-tables", cl::Hidden, cl::init(false), cl::desc("Adjust basic block layout to better use TB[BH]")); namespace { |