[llvm] r190676 - Test commit to verify that commit access works.

Zoran Jovanovic zoran.jovanovic at imgtec.com
Fri Sep 13 03:08:06 PDT 2013


Author: zjovanovic
Date: Fri Sep 13 05:08:05 2013
New Revision: 190676

URL: http://llvm.org/viewvc/llvm-project?rev=190676&view=rev
Log:
Test commit to verify that commit access works.

Modified:
    llvm/trunk/lib/Target/Mips/MipsSEISelDAGToDAG.cpp

Modified: llvm/trunk/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsSEISelDAGToDAG.cpp?rev=190676&r1=190675&r2=190676&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsSEISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsSEISelDAGToDAG.cpp Fri Sep 13 05:08:05 2013
@@ -353,7 +353,7 @@ bool MipsSEDAGToDAGISel::selectAddrRegIm
     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);





More information about the llvm-commits mailing list