blob: 7051dda1432c3421b2d69105b54a09c0f04b32ac [file] [log] [blame]
; RUN: llc -mtriple=hexagon -trap-unreachable < %s | FileCheck %s
; Trap is implemented via a misaligned load.
; CHECK: memd(##3134984174)
define void @fred() #0 {
unreachable
}
attributes #0 = { nounwind }