3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; Do some arbitrary work and return the address of the following label.
6 define i8 *@f1(i8 *%addr) {
9 ; CHECK: [[LABEL:\.L.*]]:
10 ; CHECK: larl %r2, [[LABEL]]
17 ret i8 *blockaddress(@f1, %b.lab)