repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git]
/
test
/
CodeGen
/
Mips
/
indirectcall.ll
blob
6fd538cd54a1e5546f87fa26749bd38a48b95555
1
; RUN: llc < %s -march=mipsel -relocation-model=static -mips-tail-calls=1 | FileCheck %s
2
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
8
}