commit | cccd82f21f4139f1517d509541af2f1421641ece | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Mon Dec 16 19:36:18 2013 +0000 |
committer | Andrew Trick <atrick@apple.com> | Mon Dec 16 19:36:18 2013 +0000 |
tree | aed68e57d668ce3a2c76538f8df710e9f96ad990 | |
parent | e89b41495ae804c8a5eaa910be910b6eff9bea5e [diff] [blame] |
whitespace llvm-svn: 197413
diff --git a/llvm/lib/CodeGen/MachineCSE.cpp b/llvm/lib/CodeGen/MachineCSE.cpp index d228286..2e90f74 100644 --- a/llvm/lib/CodeGen/MachineCSE.cpp +++ b/llvm/lib/CodeGen/MachineCSE.cpp
@@ -513,7 +513,7 @@ 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())