summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ProfileEstimatorPass.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-11-15 16:27:03 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-11-15 16:27:03 +0000
commit1f97a5a671e6eb3c52aa1db03f0f0d750d3e8d3f (patch)
tree6db50aad808812ebcc7a25a1a2466138b94afe02 /llvm/lib/Analysis/ProfileEstimatorPass.cpp
parent4c93d15f09bca663756808e4a318f52c705107df (diff)
downloadbcm5719-llvm-1f97a5a671e6eb3c52aa1db03f0f0d750d3e8d3f.tar.gz
bcm5719-llvm-1f97a5a671e6eb3c52aa1db03f0f0d750d3e8d3f.zip
Remove all remaining uses of Value::getNameStr().
llvm-svn: 144648
Diffstat (limited to 'llvm/lib/Analysis/ProfileEstimatorPass.cpp')
-rw-r--r--llvm/lib/Analysis/ProfileEstimatorPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ProfileEstimatorPass.cpp b/llvm/lib/Analysis/ProfileEstimatorPass.cpp
index b594e2ba550..63468f84261 100644
--- a/llvm/lib/Analysis/ProfileEstimatorPass.cpp
+++ b/llvm/lib/Analysis/ProfileEstimatorPass.cpp
@@ -332,7 +332,7 @@ bool ProfileEstimatorPass::runOnFunction(Function &F) {
// Clear Minimal Edges.
MinimalWeight.clear();
- DEBUG(dbgs() << "Working on function " << F.getNameStr() << "\n");
+ DEBUG(dbgs() << "Working on function " << F.getName() << "\n");
// Since the entry block is the first one and has no predecessors, the edge
// (0,entry) is inserted with the starting weight of 1.
OpenPOWER on IntegriCloud