Revert 374373: [Codegen] Alter the default promotion for saturating adds and subs
[llvm-core.git] / test / CodeGen / ARM / macho-trap.ll
blob34417aa88f5be2db10c7dce7c54603fdf5cfc1a3
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
6 define void @test_unreachable() {
7 ; CHECK-LABEL: test_unreachable:
8 ; CHECK: trap
9   unreachable