diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-10-23 20:10:30 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-10-23 20:10:30 +0000 |
commit | 446210b61635bb07c8321586ed6db92b88d0cfee (patch) | |
tree | 1678a14d42a8b8465c5a4b81b4a835cc08fa596f /llvm/lib/CodeGen/MachineBlockPlacement.cpp | |
parent | 7d33cd3a2f86f2374fcacb2c31f91ef7865f72f6 (diff) | |
download | bcm5719-llvm-446210b61635bb07c8321586ed6db92b88d0cfee.tar.gz bcm5719-llvm-446210b61635bb07c8321586ed6db92b88d0cfee.zip |
Remove a commented out line of code that snuck by my auditing.
llvm-svn: 142761
Diffstat (limited to 'llvm/lib/CodeGen/MachineBlockPlacement.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineBlockPlacement.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp index 4f9958a6979..043a884f6d4 100644 --- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp +++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp @@ -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; } |