diff options
author | Owen Anderson <resistor@mac.com> | 2011-02-28 20:57:56 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-02-28 20:57:56 +0000 |
commit | c6d160bfa22fcb06c80c4c6cfc10ddbe7d8d28e4 (patch) | |
tree | 0e82c9c458b5aa0350855705f672697910326dc1 /lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | |
parent | 99825b4455b7a7cb3672215c2ce9d2bc88d514c7 (diff) |
Clean whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp b/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp index f0752df80f..c3e9f9aee6 100644 --- 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) |