Test commit to verify that commit access works.
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>
Fri, 13 Sep 2013 10:08:05 +0000 (10:08 +0000)
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>
Fri, 13 Sep 2013 10:08:05 +0000 (10:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190676 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsSEISelDAGToDAG.cpp

index 7161850079486f37824afd24893ee29dc6b21381..10221d5fccc8799f20dacfba3a4be296bc38dd27 100644 (file)
@@ -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);