whitespace
[oota-llvm.git] / lib / CodeGen / MachineCSE.cpp
index d228286d9db89b188d7f61a75ccd72335bd81166..2e90f7472ed9efc5ac3d2645761b11a81bda3ebd 100644 (file)
@@ -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())