summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/trap-unreachable.ll
blob: 9c47fb372c0ea3d1a15ba3fe988539e59dccd824 (plain)
1
2
3
4
5
6
7
8
; RUN: llc -march=hexagon -trap-unreachable < %s | FileCheck %s
; CHECK: call abort

define void @fred() #0 {
  unreachable
}

attributes #0 = { nounwind }
OpenPOWER on IntegriCloud