[llvm-commits] [llvm] r69531 - /llvm/trunk/lib/ExecutionEngine/JIT/JITEmitter.cpp

Chris Lattner clattner at apple.com
Sun Apr 19 13:07:00 PDT 2009


On Apr 19, 2009, at 11:32 AM, Nick Lewycky wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=69531&view=rev
> Log:
> Use an AssertingVH to detect the case where the Function was deleted  
> but
> freeMachineCodeForFunction was never called.

Nice!

-Chris



More information about the llvm-commits mailing list