Return true if the call is for a noreturn trap intrinsic.
Synopsis
Declared in <llvm/IR/Instructions.h>
bool
isNonContinuableTrap() const;
Return Value
true if the call is for a noreturn trap intrinsic.
Created with MrDocs