summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExtractFunction.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-04-24 22:54:06 +0000
committerChris Lattner <sabre@nondot.org>2003-04-24 22:54:06 +0000
commitde39f2bdacd00176df60bd67d6ea0fbb07091e45 (patch)
tree39cd36f419277718fbda29ffe2cf67158d90898e /llvm/tools/bugpoint/ExtractFunction.cpp
parent10c0469be161c501fcfa35598875c176d884e5f8 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud