blob: 74bc104afafe10d741d7c5f55c0bd6474b72de13 [file] [log] [blame]
Krzysztof Parzyszekdaf1a5f2017-09-06 16:22:55 +00001; RUN: llc -march=hexagon -hexagon-trap-unreachable < %s | FileCheck %s
2; CHECK: call abort
3
4define void @fred() #0 {
5 unreachable
6}
7
8attributes #0 = { nounwind }