1 ; RUN: llc -mtriple armv7-eabi -o - %s | FileCheck %s
2 ; RUN: llc -mtriple thumbv6m-eabi -o - %s | FileCheck %s
3 ; RUN: llc -mtriple thumbv7-eabi -o - %s | FileCheck %s
5 declare void @llvm.arm.undefined(i32) nounwind
7 define void @undefined_trap() {
9 tail call void @llvm.arm.undefined(i32 254)
13 ; CHECK-LABEL: undefined_trap