[llvm] r197413 - whitespace
Andrew Trick
atrick at apple.com
Mon Dec 16 11:36:18 PST 2013
Author: atrick
Date: Mon Dec 16 13:36:18 2013
New Revision: 197413
URL: http://llvm.org/viewvc/llvm-project?rev=197413&view=rev
Log:
whitespace
Modified:
llvm/trunk/lib/CodeGen/MachineCSE.cpp
Modified: llvm/trunk/lib/CodeGen/MachineCSE.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineCSE.cpp?rev=197413&r1=197412&r2=197413&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineCSE.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineCSE.cpp Mon Dec 16 13:36:18 2013
@@ -513,7 +513,7 @@ bool MachineCSE::ProcessBlock(MachineBas
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())
More information about the llvm-commits
mailing list