mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Revert 127813 while fixing broken test.
llvm-svn: 127814
This commit is contained in:
parent
b1ced0cb9e
commit
da553eb3ef
@ -74,7 +74,7 @@ public:
|
||||
if (!V.getType()->isVoidTy()) {
|
||||
OS.PadToColumn(50);
|
||||
Padded = true;
|
||||
OS << "; [#uses=" << V.getNumUses() << " type=" << V.getType()->getDescription() << "]"; // Output # uses and type
|
||||
OS << "; [#uses=" << V.getNumUses() << ']'; // Output # uses
|
||||
}
|
||||
if (const Instruction *I = dyn_cast<Instruction>(&V)) {
|
||||
const DebugLoc &DL = I->getDebugLoc();
|
||||
|
Loading…
Reference in New Issue
Block a user