mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +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");
|
||||
|
||||
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
Block a user