mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 03:19:50 +00:00
Update for API change.
llvm-svn: 19960
This commit is contained in:
parent
d04865822c
commit
1cbca58b87
@ -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…
x
Reference in New Issue
Block a user