forked from OSchip/llvm-project
parent
82b42c5d85
commit
b6c21dbb1e
|
@ -1019,7 +1019,7 @@ void AssemblyWriter::printInfoComment(const Value &V) {
|
|||
else
|
||||
Out << ':' << SlotNum; // Print out the def slot taken.
|
||||
}
|
||||
Out << " [#uses=" << V.use_size() << ']'; // Output # uses
|
||||
Out << " [#uses=" << V.getNumUses() << ']'; // Output # uses
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue