summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2013-09-13 10:08:05 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2013-09-13 10:08:05 +0000
commit906ae15d5fa5784595273228b33e16ca16a0431d (patch)
tree701c85d7603150490b0d71f4829663abfc8cd004 /lib/Target/Mips/MipsSEISelDAGToDAG.cpp
parent7c7b431d2fa3ead0a2a24c4dd81fc92f293203dd (diff)
downloadllvm-906ae15d5fa5784595273228b33e16ca16a0431d.tar.gz
llvm-906ae15d5fa5784595273228b33e16ca16a0431d.tar.bz2
llvm-906ae15d5fa5784595273228b33e16ca16a0431d.tar.xz
Test commit to verify that commit access works.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsSEISelDAGToDAG.cpp')
-rw-r--r--lib/Target/Mips/MipsSEISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsSEISelDAGToDAG.cpp b/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
index 7161850079..10221d5fcc 100644
--- a/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
+++ b/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
@@ -353,7 +353,7 @@ bool MipsSEDAGToDAGISel::selectAddrRegImm12(SDValue Addr, SDValue &Base,
ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
if (isInt<12>(CN->getSExtValue())) {
- // If the first operand is a FI, get the TargetFI Node
+ // If the first operand is a FI then get the TargetFI Node
if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>
(Addr.getOperand(0)))
Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy);