; RUN: llc -o - -march=nvptx64 %s | FileCheck %s
; CHECK-LABEL: .func breakpoint
define void @breakpoint() {
; CHECK: brkpt;
call void @llvm.debugtrap()
ret void
}
; RUN: llc -o - -march=nvptx64 %s | FileCheck %s
; CHECK-LABEL: .func breakpoint
define void @breakpoint() {
; CHECK: brkpt;
call void @llvm.debugtrap()
ret void
}