summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-10-11 07:10:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-10-11 07:10:22 +0000
commit2e49f090f9656af7d5ed4d5c4e9fa26af59c7233 (patch)
treeb6a464549ca50d08a4889b08254c998125998deb /lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
parent27b1bb999b33d4b54308f51e6e03bcc0dda51a21 (diff)
downloadllvm-2e49f090f9656af7d5ed4d5c4e9fa26af59c7233.tar.gz
llvm-2e49f090f9656af7d5ed4d5c4e9fa26af59c7233.tar.bz2
llvm-2e49f090f9656af7d5ed4d5c4e9fa26af59c7233.tar.xz
Naming consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
index 75c0cb337e..486f054ad0 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -145,7 +145,7 @@ std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
break;
}
if (doExt)
- Op = Op + MVT::getValueTypeString(LD->getLoadVT()) + ">";
+ Op = Op + MVT::getValueTypeString(LD->getLoadedVT()) + ">";
if (LD->getAddressingMode() == ISD::PRE_INDEXED)
Op = Op + "<pre>";