From: Owen Anderson Date: Mon, 28 Feb 2011 20:57:56 +0000 (+0000) Subject: Clean whitespace. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c6d160bfa22fcb06c80c4c6cfc10ddbe7d8d28e4;p=oota-llvm.git Clean whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126683 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp b/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp index f0752df80f1..c3e9f9aee66 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)