From: Nick Lewycky Date: Thu, 13 Oct 2011 01:09:50 +0000 (+0000) Subject: Tabs to spaces. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ea3abd553668e272772f04ae1536034cd37e70d1;p=oota-llvm.git Tabs to spaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141844 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp index 25109abae27..a1f80d5282e 100644 --- a/lib/CodeGen/MachineLICM.cpp +++ b/lib/CodeGen/MachineLICM.cpp @@ -596,8 +596,8 @@ bool MachineLICM::IsGuaranteedToExecute(MachineBasicBlock *BB) { CurLoop->getExitingBlocks(CurrentLoopExitingBlocks); for (unsigned i = 0, e = CurrentLoopExitingBlocks.size(); i != e; ++i) if (!DT->dominates(BB, CurrentLoopExitingBlocks[i])) { - SpeculationState = SpeculateTrue; - return false; + SpeculationState = SpeculateTrue; + return false; } }