brintos

brintos / llvm-project-archived public Read only

0
0
Text · 216 B · 7d2f6f1 Raw
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