diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-10-13 01:09:50 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-10-13 01:09:50 +0000 |
| commit | 404feb99734099c43710f4a8f063ec3132eb4337 (patch) | |
| tree | b475d09da943bb45bdc6cd966e340076199dcf1e /llvm/lib/CodeGen/MachineLICM.cpp | |
| parent | aa044960b5bd799909b8d96ad6a4fc6b46a771f4 (diff) | |
| download | bcm5719-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.cpp | 4 |
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; } } |

