1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=arm64 | FileCheck %s 2*9880d681SAndroid Build Coastguard Workerdefine void @foo() nounwind { 3*9880d681SAndroid Build Coastguard Worker; CHECK: foo 4*9880d681SAndroid Build Coastguard Worker; CHECK: brk #0x1 5*9880d681SAndroid Build Coastguard Worker tail call void @llvm.trap() 6*9880d681SAndroid Build Coastguard Worker ret void 7*9880d681SAndroid Build Coastguard Worker} 8*9880d681SAndroid Build Coastguard Workerdeclare void @llvm.trap() nounwind 9