1 ; RUN: llc %s -mtriple=s390x-linux-gnu -mcpu=z10 -o - -verify-machineinstrs \
4 define void @test1() #0 {
9 ; CHECK: .section __mcount_loc,"a",@progbits
13 ; CHECK: brasl %r0, __fentry__@PLT
17 define void @test2() #1 {
22 ; CHECK: .section __mcount_loc,"a",@progbits
27 ; CHECK: brcl 0, .Ltmp2
31 attributes #0 = { "fentry-call"="true" "mrecord-mcount" }
32 attributes #1 = { "fentry-call"="true" "mnop-mcount" "mrecord-mcount" }