From: Jim Grosbach Date: Mon, 16 Nov 2009 17:17:48 +0000 (+0000) Subject: back off for a bit. tracking down weirdness X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b2e86bb142c882c68c54723f65c572def9bf77cc;p=oota-llvm.git back off for a bit. tracking down weirdness git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88919 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 4925a20455c..e3b577e21ec 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 -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 {