blob: 124b37a5c6cbca6eaf093a25938c49c8badd01ef [file] [log] [blame]
; RUN: llc -march=hexagon -trap-unreachable < %s | FileCheck %s
; CHECK: trap
define void @fred() #0 {
unreachable
}
attributes #0 = { nounwind }