blob: ba59309ec2b8f21e6877078ae3fe2b7a6654f669 [file] [log] [blame]
; RUN: llc < %s -march=ppc32 | grep trap
target triple = "powerpc-apple-darwin8"
define void @bork() noreturn nounwind {
entry:
unreachable
}