mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Don't waste as much horizontal space on #uses flag when printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72e002564e
commit
f7a551fd92
@ -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