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