3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
7 ; We must allocate 160 bytes for the callee and save and restore %r14.
10 ; CHECK: stmg %r14, %r15, 112(%r15)
11 ; CHECK: aghi %r15, -160
12 ; CHECK: brasl %r14, bar@PLT
13 ; CHECK: lmg %r14, %r15, 272(%r15)
15 %ret = call i64 @bar()
16 %inc = add i64 %ret, 1