blob: ac565d64667492be6341845ba66d7f88674ac522 [file] [log] [blame]
Akira Hatanaka0dca9452011-12-09 01:45:12 +00001; RUN: llc < %s -march=mipsel -relocation-model=static | FileCheck %s
2
3define void @foo0(void (i32)* nocapture %f1) nounwind {
4entry:
5; CHECK: jalr $25
6 tail call void %f1(i32 13) nounwind
7 ret void
8}