Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / ARM / undefined.ll
blob86422fb54412baf4bc12305ac713e5653414b005
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() {
8 entry:
9   tail call void @llvm.arm.undefined(i32 254)
10   ret void
13 ; CHECK-LABEL: undefined_trap
14 ; CHECK: udf #254