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

define void @fred() #0 {
  unreachable
}

attributes #0 = { nounwind }
OpenPOWER on IntegriCloud