Fix llvm-extract -delete's lazy loading to materialize the functions that
authorDan Gohman <gohman@apple.com>
Thu, 23 Sep 2010 00:33:13 +0000 (00:33 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 23 Sep 2010 00:33:13 +0000 (00:33 +0000)
commitbe2d4e77b5312b8cdaee4b83810cdd98ef9abcda
tree5f795d9739f29c7a4bb2e5a5367bf1210fef68f6
parent637d89fe0eca4fa2b9c95f6c15eb69a99bae83bc
Fix llvm-extract -delete's lazy loading to materialize the functions that
will not be deleted, rather than the ones that will.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114614 91177308-0d34-0410-b5e6-96231b3b80d8
test/Other/extract.ll [new file with mode: 0644]
tools/llvm-extract/llvm-extract.cpp