summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-16 19:36:18 +0000
committerAndrew Trick <atrick@apple.com>2013-12-16 19:36:18 +0000
commit86d28968fda14c884dc5bdebb9d0bd5b416f136f (patch)
treeb04e0ac7c8928c127e7efe4d0b7041efd5ec3571 /lib
parentc4bc055bb43e09d3952a947e23fa21886bd1ef3c (diff)
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/MachineCSE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineCSE.cpp b/lib/CodeGen/MachineCSE.cpp
index d228286d9db..2e90f7472ed 100644
--- a/lib/CodeGen/MachineCSE.cpp
+++ b/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())