OSDN Git Service

Tabs to spaces.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 13 Oct 2011 01:09:50 +0000 (01:09 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 13 Oct 2011 01:09:50 +0000 (01:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141844 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineLICM.cpp

index 25109ab..a1f80d5 100644 (file)
@@ -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;
       }
   }