blob: 86422fb54412baf4bc12305ac713e5653414b005 [file] [log] [blame]
Saleem Abdulrasool2bd12622014-05-22 04:46:46 +00001; 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
4
5declare void @llvm.arm.undefined(i32) nounwind
6
7define void @undefined_trap() {
8entry:
9 tail call void @llvm.arm.undefined(i32 254)
10 ret void
11}
12
13; CHECK-LABEL: undefined_trap
14; CHECK: udf #254