1
0
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:
Stuart Hastings 2011-03-17 16:54:27 +00:00
parent b1ced0cb9e
commit da553eb3ef

View File

@ -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();