forked from OSchip/llvm-project
parent
aeb8a80c71
commit
a3a56fa041
|
@ -41,7 +41,7 @@ namespace {
|
||||||
"Live Interval Analysis");
|
"Live Interval Analysis");
|
||||||
|
|
||||||
Statistic<> numIntervals("liveintervals", "Number of intervals");
|
Statistic<> numIntervals("liveintervals", "Number of intervals");
|
||||||
Statistic<> numJoined ("liveintervals", "Number of intervals joined");
|
Statistic<> numJoined ("liveintervals", "Number of joined intervals");
|
||||||
|
|
||||||
cl::opt<bool>
|
cl::opt<bool>
|
||||||
join("join-liveintervals",
|
join("join-liveintervals",
|
||||||
|
|
Loading…
Reference in New Issue