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:
3788c24
)
Delete dead line
author
Chris Lattner
<sabre@nondot.org>
Sat, 22 Nov 2003 02:26:17 +0000
(
02:26
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 22 Nov 2003 02:26:17 +0000
(
02:26
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10164
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/PruneEH.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/PruneEH.cpp
b/lib/Transforms/IPO/PruneEH.cpp
index 1ef2809e9d3088aae078f607ed57ae7acaf3e987..70d0204b554d213c7c994ddacd98c1ba48be1196 100644
(file)
--- a/
lib/Transforms/IPO/PruneEH.cpp
+++ b/
lib/Transforms/IPO/PruneEH.cpp
@@
-98,7
+98,6
@@
bool PruneEH::runOnSCC(const std::vector<CallGraphNode *> &SCC) {
new BranchInst(II->getNormalDest(), II);
// Finally, delete the invoke instruction!
-
I->getInstList().pop_back();
++NumRemoved;