[llvm-commits] [llvm] r43083 - in /llvm/trunk: lib/Transforms/IPO/RaiseAllocations.cpp test/Transforms/RaiseAllocations/2007-10-17-InvokeFree.ll

Duncan Sands baldrick at free.fr
Thu Oct 18 01:07:22 PDT 2007


Hi Devang,

> Do not raise free() call that is called through invoke instruction.

why not?  As far as I know free cannot raise an exception, and we
don't support trapping exceptions for the moment.

Ciao,

Duncan.



More information about the llvm-commits mailing list