[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / CodeGen / Mips / indirectcall.ll
blob6fd538cd54a1e5546f87fa26749bd38a48b95555
1 ; RUN: llc  < %s -march=mipsel -relocation-model=static -mips-tail-calls=1 | FileCheck %s 
3 define void @foo0(void (i32)* nocapture %f1) nounwind {
4 entry:
5 ; CHECK: jr $25
6   tail call void %f1(i32 13) nounwind
7   ret void