diff options
| author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-09-13 10:08:05 +0000 |
|---|---|---|
| committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-09-13 10:08:05 +0000 |
| commit | def5d3475f4296dd971c4c4d996b1d0ee9d3711b (patch) | |
| tree | 2560ddd740666cbd4f94c2dfdc4444bff73da371 /llvm/lib/Target/Mips | |
| parent | 9d0bb9d2ba0b5b0a66cb3188b1880e23049d95c6 (diff) | |
| download | bcm5719-llvm-def5d3475f4296dd971c4c4d996b1d0ee9d3711b.tar.gz bcm5719-llvm-def5d3475f4296dd971c4c4d996b1d0ee9d3711b.zip | |
Test commit to verify that commit access works.
llvm-svn: 190676
Diffstat (limited to 'llvm/lib/Target/Mips')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp b/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp index 71618500794..10221d5fccc 100644 --- a/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp +++ b/llvm/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); |

