mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
80 col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86521 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74965f2279
commit
63040ce858
@ -39,8 +39,10 @@
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<int> PreSplitLimit("pre-split-limit", cl::init(-1), cl::Hidden);
|
||||
static cl::opt<int> DeadSplitLimit("dead-split-limit", cl::init(-1), cl::Hidden);
|
||||
static cl::opt<int> RestoreFoldLimit("restore-fold-limit", cl::init(-1), cl::Hidden);
|
||||
static cl::opt<int> DeadSplitLimit("dead-split-limit", cl::init(-1),
|
||||
cl::Hidden);
|
||||
static cl::opt<int> RestoreFoldLimit("restore-fold-limit", cl::init(-1),
|
||||
cl::Hidden);
|
||||
|
||||
STATISTIC(NumSplits, "Number of intervals split");
|
||||
STATISTIC(NumRemats, "Number of intervals split by rematerialization");
|
||||
|
Loading…
x
Reference in New Issue
Block a user