diff options
author | Chris Lattner <sabre@nondot.org> | 2003-04-24 22:54:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-04-24 22:54:06 +0000 |
commit | de39f2bdacd00176df60bd67d6ea0fbb07091e45 (patch) | |
tree | 39cd36f419277718fbda29ffe2cf67158d90898e /llvm/tools/bugpoint/ExtractFunction.cpp | |
parent | 10c0469be161c501fcfa35598875c176d884e5f8 (diff) | |
download | bcm5719-llvm-de39f2bdacd00176df60bd67d6ea0fbb07091e45.tar.gz bcm5719-llvm-de39f2bdacd00176df60bd67d6ea0fbb07091e45.zip |
The big fix is this change:
- if (I->isExternal() && !Functions.count(I))
+ if (!I->isExternal() && !Functions.count(I))
We were not actually deleting any functions from the module!
llvm-svn: 5914
Diffstat (limited to 'llvm/tools/bugpoint/ExtractFunction.cpp')
0 files changed, 0 insertions, 0 deletions