1 2 3 4 5 6 7 8
; RUN: llc -o - -mtriple=nvptx64 %s | FileCheck %s ; CHECK-LABEL: .func breakpoint define void @breakpoint() { ; CHECK: brkpt; call void @llvm.debugtrap() ret void }