[llvm-commits] [llvm] r75567 - /llvm/trunk/lib/VMCore/Instruction.cpp

Eli Friedman eli.friedman at gmail.com
Wed Jul 15 02:07:30 PDT 2009


On Wed, Jul 15, 2009 at 1:39 AM, Duncan Sands<baldrick at free.fr> wrote:
>> FreeInst is trapping.
>
> Really?

Anything that touches memory is trapping because it'll crash on an
invalid pointer.

-Eli



More information about the llvm-commits mailing list