blob: 34417aa88f5be2db10c7dce7c54603fdf5cfc1a3 [file] [log] [blame]
Tim Northover271d3d22018-04-13 22:25:20 +00001; 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
6define void @test_unreachable() {
7; CHECK-LABEL: test_unreachable:
8; CHECK: trap
9 unreachable
10}