1; RUN: llc -mtriple=bpfel -global-isel -verify-machineinstrs -stop-after=irtranslator < %s | FileCheck %s 2; RUN: llc -mtriple=bpfel -global-isel -verify-machineinstrs < %s | FileCheck --check-prefix=ISEL %s 3 4; CHECK: name: f 5; CHECK: RET 6define void @f() { 7; ISEL-LABEL: f: 8; ISEL: # %bb.0: 9; ISEL-NEXT: exit 10; ISEL-NEXT: .Lfunc_end0: 11 ret void 12} 13