aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-06-01 23:12:52 +0000
committerDale Johannesen <dalej@apple.com>2009-06-01 23:12:52 +0000
commit69bbb4cd39e8c6d391c8424fd70866b128df5d14 (patch)
tree0581790d2cd2650054110fe3ce7b93678abbdb76 /lib/Target
parent6330084a6623afcacd86156ef505aa11d482e307 (diff)
downloadexternal_llvm-69bbb4cd39e8c6d391c8424fd70866b128df5d14.zip
external_llvm-69bbb4cd39e8c6d391c8424fd70866b128df5d14.tar.gz
external_llvm-69bbb4cd39e8c6d391c8424fd70866b128df5d14.tar.bz2
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/Mips/MipsISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsISelDAGToDAG.cpp b/lib/Target/Mips/MipsISelDAGToDAG.cpp
index e1efaa7..f05ac70 100644
--- a/lib/Target/Mips/MipsISelDAGToDAG.cpp
+++ b/lib/Target/Mips/MipsISelDAGToDAG.cpp
@@ -244,7 +244,7 @@ Select(SDValue N)
SDNode *AddCarry = CurDAG->getTargetNode(Mips::ADDu, dl, VT,
SDValue(Carry,0), RHS);
- return CurDAG->SelectNodeTo(N.getNode(), MOp, VT, MVT::Flag,
+ return CurDAG->SelectNodeTo(N.getNode(), MOp, VT, MVT::Flag,
LHS, SDValue(AddCarry,0));
}