forked from OSchip/llvm-project
Remove a commented out line of code that snuck by my auditing.
llvm-svn: 142761
This commit is contained in:
parent
7d33cd3a2f
commit
446210b616
|
@ -265,7 +265,6 @@ static std::string getBlockNum(MachineBasicBlock *BB) {
|
||||||
BlockChain *MachineBlockPlacement::CreateChain(MachineBasicBlock *BB) {
|
BlockChain *MachineBlockPlacement::CreateChain(MachineBasicBlock *BB) {
|
||||||
BlockChain *Chain =
|
BlockChain *Chain =
|
||||||
new (ChainAllocator.Allocate()) BlockChain(BlockToChain, BB);
|
new (ChainAllocator.Allocate()) BlockChain(BlockToChain, BB);
|
||||||
//assert(ActiveChains.insert(Chain));
|
|
||||||
return Chain;
|
return Chain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue