1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Generate code that is guaranteed to crash. At the moment, it's a
5 ; CHECK: memd(##3134984174)
7 target triple = "hexagon"
9 ; Function Attrs: noreturn nounwind
12 tail call void @llvm.trap()
16 ; Function Attrs: cold noreturn nounwind
17 declare void @llvm.trap() #1
19 attributes #0 = { noreturn nounwind "target-cpu"="hexagonv60" }
20 attributes #1 = { cold noreturn nounwind }