summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-01 01:24:01 +0000
committerChris Lattner <sabre@nondot.org>2005-02-01 01:24:01 +0000
commitb6c21dbb1ee8efb69572fc420f5fd991a8c725bf (patch)
tree148d4b4c16720c9467faadfafc4f0cf9d13e196e /llvm/lib
parent82b42c5d853a374ffc4210687616c978156c9b31 (diff)
downloadbcm5719-llvm-b6c21dbb1ee8efb69572fc420f5fd991a8c725bf.tar.gz
bcm5719-llvm-b6c21dbb1ee8efb69572fc420f5fd991a8c725bf.zip
Update for API change.
llvm-svn: 19960
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/AsmWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp
index d5a8a5c6014..cf937eb6919 100644
--- a/llvm/lib/VMCore/AsmWriter.cpp
+++ b/llvm/lib/VMCore/AsmWriter.cpp
@@ -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
}
}
OpenPOWER on IntegriCloud