commit | 2e49f090f9656af7d5ed4d5c4e9fa26af59c7233 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Oct 11 07:10:22 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Oct 11 07:10:22 2006 +0000 |
tree | b6a464549ca50d08a4889b08254c998125998deb | |
parent | 27b1bb999b33d4b54308f51e6e03bcc0dda51a21 [diff] [blame] |
Naming consistency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30878 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 75c0cb3..486f054 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -145,7 +145,7 @@ break; } if (doExt) - Op = Op + MVT::getValueTypeString(LD->getLoadVT()) + ">"; + Op = Op + MVT::getValueTypeString(LD->getLoadedVT()) + ">"; if (LD->getAddressingMode() == ISD::PRE_INDEXED) Op = Op + "<pre>";