projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7102b61
)
Remove a commented out line of code that snuck by my auditing.
author
Chandler Carruth
<chandlerc@gmail.com>
Sun, 23 Oct 2011 20:10:30 +0000
(20:10 +0000)
committer
Chandler 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineBlockPlacement.cpp
b/lib/CodeGen/MachineBlockPlacement.cpp
index 4f9958a69790e4dd7b96ff18163a4dd15d77899a..043a884f6d4e545e69a7b2771cc4b1f61b308028 100644
(file)
--- a/
lib/CodeGen/MachineBlockPlacement.cpp
+++ b/
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;
}