13 lines · plain
1; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s2; rdar://79612983 4define void @t() nounwind {5entry:6; CHECK-LABEL: t:7; CHECK: trap8 call void @llvm.trap()9 unreachable10}11 12declare void @llvm.trap() nounwind13 1; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s2; rdar://79612983 4define void @t() nounwind {5entry:6; CHECK-LABEL: t:7; CHECK: trap8 call void @llvm.trap()9 unreachable10}11 12declare void @llvm.trap() nounwind13