diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-07-19 00:04:14 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-07-19 00:04:14 +0000 |
commit | d163405df8e19ba497b4fbf08f27f22ef1b66b43 (patch) | |
tree | 62b54311a53918760a809a75e81e0619c33f8184 /llvm/lib/CodeGen/MachineCSE.cpp | |
parent | 7b2ca3e80bf3bb9ff8fbe0d5cc773b2cf07f6608 (diff) | |
download | bcm5719-llvm-d163405df8e19ba497b4fbf08f27f22ef1b66b43.tar.gz bcm5719-llvm-d163405df8e19ba497b4fbf08f27f22ef1b66b43.zip |
Remove tabs.
llvm-svn: 160475
Diffstat (limited to 'llvm/lib/CodeGen/MachineCSE.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCSE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineCSE.cpp b/llvm/lib/CodeGen/MachineCSE.cpp index b931517b4f9..9cfe9ab4b97 100644 --- a/llvm/lib/CodeGen/MachineCSE.cpp +++ b/llvm/lib/CodeGen/MachineCSE.cpp @@ -100,7 +100,7 @@ namespace { void ExitScope(MachineBasicBlock *MBB); bool ProcessBlock(MachineBasicBlock *MBB); void ExitScopeIfDone(MachineDomTreeNode *Node, - DenseMap<MachineDomTreeNode*, unsigned> &OpenChildren); + DenseMap<MachineDomTreeNode*, unsigned> &OpenChildren); bool PerformCSE(MachineDomTreeNode *Node); }; } // end anonymous namespace |