Destroy MachineFunction for any Function that we are about to
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 24 Oct 2003 03:55:37 +0000 (03:55 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 24 Oct 2003 03:55:37 +0000 (03:55 +0000)
commit242978cdee04dbfb5c914c0fbbbe924cb8c60513
tree16a2904b1912187dbbd67d6dcf4a67fc1d413cf4
parent45daa0ad94c1b83f03dbaf58d2afa3acfcb06466
Destroy MachineFunction for any Function that we are about to
recompile and relink. This keeps it from failing an assertion when
it goes and tries to construct a new MachineFunction for that Function.

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