1 ; RUN: llc %s -mtriple=s390x-linux-gnu -mcpu=z10 -o - -verify-machineinstrs \
4 define void @test1() #0 {
9 ; CHECK: brasl %r0, __fentry__
10 ; CHECK-NOT: brcl 0, .Ltmp0
14 define void @test2() #1 {
19 ; CHECK-NOT: brasl %r0, __fentry__
20 ; CHECK: brcl 0, .Ltmp0
24 attributes #0 = { "fentry-call"="true" }
25 attributes #1 = { "fentry-call"="true" "mnop-mcount" }