Removed tabs. Also fixed my editor...

llvm-svn: 132857
This commit is contained in:
Rafael Espindola 2011-06-10 21:01:53 +00:00
parent 890197859b
commit 0f62e4c428
1 changed files with 2 additions and 3 deletions

View File

@ -753,4 +753,3 @@ void TailDuplicatePass::RemoveDeadBlock(MachineBasicBlock *MBB) {
// Remove the block.
MBB->eraseFromParent();
}