Tweak VNInfo printing.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 5 Oct 2010 18:48:57 +0000 (18:48 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 5 Oct 2010 18:48:57 +0000 (18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115650 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveInterval.cpp

index 0ea8f5978c98123439040a136d66de3c9bf9c28c..fad11fa080660b04a61981ad93c9fa0ea698a45e 100644 (file)
@@ -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())