summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineLICM.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-10-13 01:09:50 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-10-13 01:09:50 +0000
commit404feb99734099c43710f4a8f063ec3132eb4337 (patch)
treeb475d09da943bb45bdc6cd966e340076199dcf1e /llvm/lib/CodeGen/MachineLICM.cpp
parentaa044960b5bd799909b8d96ad6a4fc6b46a771f4 (diff)
downloadbcm5719-llvm-404feb99734099c43710f4a8f063ec3132eb4337.tar.gz
bcm5719-llvm-404feb99734099c43710f4a8f063ec3132eb4337.zip
Tabs to spaces.
llvm-svn: 141844
Diffstat (limited to 'llvm/lib/CodeGen/MachineLICM.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineLICM.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineLICM.cpp b/llvm/lib/CodeGen/MachineLICM.cpp
index 25109abae27..a1f80d5282e 100644
--- a/llvm/lib/CodeGen/MachineLICM.cpp
+++ b/llvm/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;
}
}
OpenPOWER on IntegriCloud