whitespace
authorAndrew Trick <atrick@apple.com>
Mon, 16 Dec 2013 19:36:18 +0000 (19:36 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 16 Dec 2013 19:36:18 +0000 (19:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197413 91177308-0d34-0410-b5e6-96231b3b80d8

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())