Remove a commented out line of code that snuck by my auditing.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 23 Oct 2011 20:10:30 +0000 (20:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 23 Oct 2011 20:10:30 +0000 (20:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142761 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineBlockPlacement.cpp

index 4f9958a69790e4dd7b96ff18163a4dd15d77899a..043a884f6d4e545e69a7b2771cc4b1f61b308028 100644 (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;
 }