mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
More debug spew
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a54e3cddce
commit
987eeccb61
@ -573,6 +573,8 @@ void SplitEditor::rewrite() {
|
||||
LiveInterval &li = *intervals_[i];
|
||||
vrai.CalculateRegClass(li.reg);
|
||||
vrai.CalculateWeightAndHint(li);
|
||||
DEBUG(dbgs() << "new intv " << mri_.getRegClass(li.reg)->getName() << ":"
|
||||
<< li << '\n');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user