[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. llvm part
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / instrument-no-return.ll
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...