mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Don't waste as much horizontal space on #uses flag when printing
llvm-svn: 1459
This commit is contained in:
parent
a1ba456c49
commit
2cd50171de
@ -481,7 +481,7 @@ void AssemblyWriter::printInfoComment(const Value *V) {
|
||||
if (Slot >= 0) Out << ":" << Slot;
|
||||
else Out << ":<badref>";
|
||||
}
|
||||
Out << "\t[#uses=" << V->use_size() << "]"; // Output # uses
|
||||
Out << " [#uses=" << V->use_size() << "]"; // Output # uses
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user