Remove a commented out line of code that snuck by my auditing.

llvm-svn: 142761
This commit is contained in:
Chandler Carruth 2011-10-23 20:10:30 +00:00
parent 7d33cd3a2f
commit 446210b616
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ static std::string getBlockNum(MachineBasicBlock *BB) {
BlockChain *MachineBlockPlacement::CreateChain(MachineBasicBlock *BB) {
BlockChain *Chain =
new (ChainAllocator.Allocate()) BlockChain(BlockToChain, BB);
//assert(ActiveChains.insert(Chain));
return Chain;
}