From 906ae15d5fa5784595273228b33e16ca16a0431d Mon Sep 17 00:00:00 2001 From: Zoran Jovanovic Date: Fri, 13 Sep 2013 10:08:05 +0000 Subject: [PATCH] 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 --- lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Mips/MipsSEISelDAGToDAG.cpp b/lib/Target/Mips/MipsSEISelDAGToDAG.cpp index 71618500794..10221d5fccc 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(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 (Addr.getOperand(0))) Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), ValTy); -- 2.34.1