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 ptr@f1(ptr %addr) {
9 ; CHECK: [[LABEL:\.L.*]]:
10 ; CHECK: larl %r2, [[LABEL]]
17 ret ptr blockaddress(@f1, %b.lab)