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:
99825b4
)
Clean whitespace.
author
Owen Anderson
<resistor@mac.com>
Mon, 28 Feb 2011 20:57:56 +0000
(20:57 +0000)
committer
Owen Anderson
<resistor@mac.com>
Mon, 28 Feb 2011 20:57:56 +0000
(20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126683
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
b/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
index f0752df80f129ff3cdeca70898a562d10b95bc47..c3e9f9aee6616f8747dbcdc334be115dc537280a 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
@@
-1428,9
+1428,9
@@
void DAGTypeLegalizer::ExpandIntRes_ADDSUB(SDNode *N,
HiOps[2] = Lo.getValue(1);
Hi = DAG.getNode(ISD::SUBE, dl, VTList, HiOps, 3);
}
- return;
+ return;
}
-
+
if (N->getOpcode() == ISD::ADD) {
Lo = DAG.getNode(ISD::ADD, dl, NVT, LoOps, 2);
Hi = DAG.getNode(ISD::ADD, dl, NVT, HiOps, 2);
@@
-2139,7
+2139,7
@@
void DAGTypeLegalizer::ExpandIntRes_UMULSMULO(SDNode *N,
// non-overflow-checking operation.
SDValue Ret = DAG.getNode(ISD::MUL, dl, LHS.getValueType(), LHS, RHS);
SplitInteger(Ret, Lo, Hi);
-
+
// Now calculate overflow.
SDValue Ofl;
if (N->getOpcode() == ISD::UMULO)