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