mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-10 22:43:46 +00:00
NewGVN: Print out the StoredValue of a StoreExpression
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46742151c4
commit
d17a1f5921
@ -380,7 +380,9 @@ public:
|
||||
OS << "ExpressionTypeStore, ";
|
||||
this->BasicExpression::printInternal(OS, false);
|
||||
OS << " represents Store " << *Store;
|
||||
OS << " with MemoryLeader " << *getMemoryLeader();
|
||||
OS << " with StoredValue ";
|
||||
StoredValue->printAsOperand(OS);
|
||||
OS << " and MemoryLeader " << *getMemoryLeader();
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user