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
This commit is contained in:
Jim Grosbach 2009-11-16 17:17:48 +00:00
parent ca215e7804
commit b2e86bb142

View File

@ -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 {