mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 19:44:49 +00:00
Back out my last check-in. Wrong place to fix it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26462 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cfdd01869
commit
a4ffcc23a2
@ -1311,6 +1311,9 @@ void Constant::print(std::ostream &o) const {
|
||||
if (this == 0) { o << "<null> constant value\n"; return; }
|
||||
|
||||
o << ' ' << getType()->getDescription() << ' ';
|
||||
|
||||
std::map<const Type *, std::string> TypeTable;
|
||||
WriteConstantInt(o, this, false, TypeTable, 0);
|
||||
}
|
||||
|
||||
void Type::print(std::ostream &o) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user