arm64-trap.ll 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 ; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s define void @foo() nounwind { ; CHECK: foo ; CHECK: brk #0x1 tail call void @llvm.trap() ret void } declare void @llvm.trap() nounwind