commit | d163405df8e19ba497b4fbf08f27f22ef1b66b43 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Jul 19 00:04:14 2012 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Jul 19 00:04:14 2012 +0000 |
tree | 62b54311a53918760a809a75e81e0619c33f8184 | |
parent | 7b2ca3e80bf3bb9ff8fbe0d5cc773b2cf07f6608 [diff] [blame] |
Remove tabs. llvm-svn: 160475
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp index 0719e2b..ecc1e95 100644 --- a/llvm/lib/CodeGen/MachineBasicBlock.cpp +++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp
@@ -673,7 +673,7 @@ // Inherit live-ins from the successor for (MachineBasicBlock::livein_iterator I = Succ->livein_begin(), - E = Succ->livein_end(); I != E; ++I) + E = Succ->livein_end(); I != E; ++I) NMBB->addLiveIn(*I); // Update LiveVariables.