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

define void @fred() #0 {
  unreachable
}

attributes #0 = { nounwind }
OpenPOWER on IntegriCloud