mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-14 12:01:21 +00:00
LiveInterval: Print weight in print() function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a58b230718
commit
88fdf29ab6
@ -991,6 +991,7 @@ void LiveInterval::print(raw_ostream &OS) const {
|
||||
// Print subranges
|
||||
for (const SubRange &SR : subranges())
|
||||
OS << SR;
|
||||
OS << " weight:" << weight;
|
||||
}
|
||||
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user