mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-02 00:35:27 +00:00
Tweak VNInfo printing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
201ecfca98
commit
a818c072af
@ -683,6 +683,8 @@ void LiveInterval::print(raw_ostream &OS, const TargetRegisterInfo *TRI) const {
|
||||
OS << "x";
|
||||
} else {
|
||||
OS << vni->def;
|
||||
if (vni->isPHIDef())
|
||||
OS << "-phidef";
|
||||
if (vni->hasPHIKill())
|
||||
OS << "-phikill";
|
||||
if (vni->hasRedefByEC())
|
||||
|
Loading…
x
Reference in New Issue
Block a user