summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-21 08:54:24 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-21 08:54:24 +0000
commit5899e340f352fbb8f4c8073844b0ae32e0129f23 (patch)
tree56eff056d8c9375a568d496bef5e73b0df23b336 /llvm/lib/CodeGen
parent49c29ee43f0910c7edfe2d8a8f0a99a5ebc9b30d (diff)
downloadbcm5719-llvm-5899e340f352fbb8f4c8073844b0ae32e0129f23.tar.gz
bcm5719-llvm-5899e340f352fbb8f4c8073844b0ae32e0129f23.zip
Simplify / normalize some uses of Value::getName.
llvm-svn: 76553
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 1f9e2668f8e..e2d4d08ec05 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -568,7 +568,7 @@ void SelectionDAGISel::CodeGenAndEmitDAG() {
if (ViewDAGCombine1 || ViewLegalizeTypesDAGs || ViewLegalizeDAGs ||
ViewDAGCombine2 || ViewDAGCombineLT || ViewISelDAGs || ViewSchedDAGs ||
ViewSUnitDAGs)
- BlockName = CurDAG->getMachineFunction().getFunction()->getName() + ':' +
+ BlockName = CurDAG->getMachineFunction().getFunction()->getName() + ":" +
BB->getBasicBlock()->getName();
DOUT << "Initial selection DAG:\n";
OpenPOWER on IntegriCloud