David Green | 6d9f8c9 | 2018-02-12 11:06:27 +0000 | [diff] [blame] | 1 | ; RUN: llc -march=hexagon -trap-unreachable < %s | FileCheck %s |
Krzysztof Parzyszek | 75c2ca3 | 2018-08-09 18:03:45 +0000 | [diff] [blame] | 2 | ; CHECK: trap |
Krzysztof Parzyszek | daf1a5f | 2017-09-06 16:22:55 +0000 | [diff] [blame] | 3 | |
4 | define void @fred() #0 { | ||||
5 | unreachable | ||||
6 | } | ||||
7 | |||||
8 | attributes #0 = { nounwind } |