llvm/test/Transforms/BlockExtractor
Volkan Keles 7b396b7a54 BlockExtractor: Don’t delete functions directly
Blocks may have function calls, so don’t erase functions
directly to avoid erasing a function that has a user.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327340 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-12 22:28:18 +00:00
..