Tim Northover | 271d3d2 | 2018-04-13 22:25:20 +0000 | [diff] [blame] | 1 | ; RUN: llc -mtriple=armv7-apple-ios7.0 %s -o - | FileCheck %s |
2 | ; RUN: llc -mtriple=thumbv7-apple-ios7.0 %s -o - | FileCheck %s | ||||
3 | ; RUN: llc -mtriple=thumbv7m-apple-macho %s -o - | FileCheck %s | ||||
4 | ; RUN: llc -mtriple=thumbv6m-apple-macho %s -o - | FileCheck %s | ||||
5 | |||||
6 | define void @test_unreachable() { | ||||
7 | ; CHECK-LABEL: test_unreachable: | ||||
8 | ; CHECK: trap | ||||
9 | unreachable | ||||
10 | } |