Finally, _actually delete the machine code_ for a function, after it has
authorChris Lattner <sabre@nondot.org>
Sat, 20 Dec 2003 10:20:19 +0000 (10:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Dec 2003 10:20:19 +0000 (10:20 +0000)
commit655239cc6b7a3045df386b91b14b89e3f0adf434
treed44a209b24506f884c7720144206e80e6c201e26
parent028565b14b9dcf7b615b6617c2df8618e9b673ef
Finally, _actually delete the machine code_ for a function, after it has
been emitted.  Also, since the FPK pass is causing memory access violations,
disable it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10559 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86TargetMachine.cpp