Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Mips / indirectcall.ll
blobf3408756d5c4641143d8bdbd071f9fcdb4d51fc5
1 ; RUN: llc  < %s -mtriple=mipsel -relocation-model=static -mips-tail-calls=1 | FileCheck %s 
3 define void @foo0(ptr nocapture %f1) nounwind {
4 entry:
5 ; CHECK: jr $25
6   tail call void %f1(i32 13) nounwind
7   ret void