Use an AssertingVH to detect the case where the Function was deleted but
authorNick Lewycky <nicholas@mxc.ca>
Sun, 19 Apr 2009 18:32:03 +0000 (18:32 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 19 Apr 2009 18:32:03 +0000 (18:32 +0000)
commit848b3142addffe24abc775c5a11d5fff8ff73132
tree0ba9732e343671bb3c8cb8f0c4b7f05f940eb589
parent7c533169226213a6089a887b4f80f41004e10128
Use an AssertingVH to detect the case where the Function was deleted but
freeMachineCodeForFunction was never called.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69531 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp