mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
Change string for joined intervals.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1b6f95f78
commit
b180e3e92b
@ -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
Block a user