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