[llvm-branch-commits] [llvm-branch] r88920 - /llvm/branches/Apple/Leela/lib/Target/ARM/ARMConstantIslandPass.cpp

Jim Grosbach grosbach at apple.com
Mon Nov 16 09:18:46 PST 2009


Author: grosbach
Date: Mon Nov 16 11:18:46 2009
New Revision: 88920

URL: http://llvm.org/viewvc/llvm-project?rev=88920&view=rev
Log:
Merge 88919

Modified:
    llvm/branches/Apple/Leela/lib/Target/ARM/ARMConstantIslandPass.cpp

Modified: llvm/branches/Apple/Leela/lib/Target/ARM/ARMConstantIslandPass.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela/lib/Target/ARM/ARMConstantIslandPass.cpp?rev=88920&r1=88919&r2=88920&view=diff

==============================================================================
--- llvm/branches/Apple/Leela/lib/Target/ARM/ARMConstantIslandPass.cpp (original)
+++ llvm/branches/Apple/Leela/lib/Target/ARM/ARMConstantIslandPass.cpp Mon Nov 16 11:18:46 2009
@@ -48,7 +48,7 @@
 
 
 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 {





More information about the llvm-branch-commits mailing list