summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-19 07:48:02 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-19 07:48:02 +0000
commit9f6636ff0c6a226dcc4cdeaa78c26686a7bf0cd5 (patch)
tree5c73140dddfea20bbab9d18c5867bdfb5aebb0d9 /lib/Target/ARM/ARMISelLowering.cpp
parentfa775d09c6bb506cf0696e0d688cafcb74955702 (diff)
downloadllvm-9f6636ff0c6a226dcc4cdeaa78c26686a7bf0cd5.tar.gz
llvm-9f6636ff0c6a226dcc4cdeaa78c26686a7bf0cd5.tar.bz2
llvm-9f6636ff0c6a226dcc4cdeaa78c26686a7bf0cd5.tar.xz
Fix naming inconsistencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--lib/Target/ARM/ARMISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp
index 1f4fb0f2b5..5a01655706 100644
--- a/lib/Target/ARM/ARMISelLowering.cpp
+++ b/lib/Target/ARM/ARMISelLowering.cpp
@@ -672,7 +672,7 @@ static SDOperand LowerRET(SDOperand Op, SelectionDAG &DAG) {
// one of the above mentioned nodes. It has to be wrapped because otherwise
// Select(N) returns N. So the raw TargetGlobalAddress nodes, etc. can only
// be used to form addressing mode. These wrapped nodes will be selected
-// into MOVri.
+// into MOVi.
static SDOperand LowerConstantPool(SDOperand Op, SelectionDAG &DAG) {
MVT::ValueType PtrVT = Op.getValueType();
ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);