diff options
author | Andrew Trick <atrick@apple.com> | 2013-12-16 19:36:18 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-12-16 19:36:18 +0000 |
commit | cccd82f21f4139f1517d509541af2f1421641ece (patch) | |
tree | aed68e57d668ce3a2c76538f8df710e9f96ad990 /llvm/lib/CodeGen/MachineCSE.cpp | |
parent | e89b41495ae804c8a5eaa910be910b6eff9bea5e (diff) | |
download | bcm5719-llvm-cccd82f21f4139f1517d509541af2f1421641ece.tar.gz bcm5719-llvm-cccd82f21f4139f1517d509541af2f1421641ece.zip |
whitespace
llvm-svn: 197413
Diffstat (limited to 'llvm/lib/CodeGen/MachineCSE.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCSE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineCSE.cpp b/llvm/lib/CodeGen/MachineCSE.cpp index d228286d9db..2e90f7472ed 100644 --- a/llvm/lib/CodeGen/MachineCSE.cpp +++ b/llvm/lib/CodeGen/MachineCSE.cpp @@ -513,7 +513,7 @@ bool MachineCSE::ProcessBlock(MachineBasicBlock *MBB) { bool DoCSE = true; unsigned NumDefs = MI->getDesc().getNumDefs() + MI->getDesc().getNumImplicitDefs(); - + for (unsigned i = 0, e = MI->getNumOperands(); NumDefs && i != e; ++i) { MachineOperand &MO = MI->getOperand(i); if (!MO.isReg() || !MO.isDef()) |