projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6330084
)
Trailing whitespace.
author
Dale Johannesen
<dalej@apple.com>
Mon, 1 Jun 2009 23:12:52 +0000
(23:12 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Mon, 1 Jun 2009 23:12:52 +0000
(23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72705
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsISelDAGToDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsISelDAGToDAG.cpp
b/lib/Target/Mips/MipsISelDAGToDAG.cpp
index e1efaa7dc8a708950f603981c4f2fd0275db530c..f05ac702ccdd82ad3fcddd0c9b814d025b2bdc6d 100644
(file)
--- 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));
}