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 6define void @test_unreachable() { 7; CHECK-LABEL: test_unreachable: 8; CHECK: trap 9 unreachable 10} 11