From: Scott Michel Date: Thu, 2 Aug 2007 02:22:46 +0000 (+0000) Subject: Style police: Expand the tabs to spaces! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=335f4f77882ace48bcdfb7a6019367bf9f4857cd;p=oota-llvm.git Style police: Expand the tabs to spaces! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40712 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index b25670c33bf..274535633ce 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -2879,11 +2879,11 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) { case TargetLowering::Legal: Result = DAG.UpdateNodeOperands(Result, Tmp1); if (TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)) == - TargetLowering::Custom) { - Tmp1 = TLI.LowerOperation(Result, DAG); - if (Tmp1.Val) { - Result = Tmp1; - } + TargetLowering::Custom) { + Tmp1 = TLI.LowerOperation(Result, DAG); + if (Tmp1.Val) { + Result = Tmp1; + } } break; case TargetLowering::Promote: {