mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
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:
parent
ca215e7804
commit
b2e86bb142
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user