Simon Dardis | d2ed8ab | 2016-09-27 13:15:54 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=mipsel -relocation-model=static -mips-tail-calls=1 | FileCheck %s |
Akira Hatanaka | 8e16aac | 2011-12-09 01:45:12 +0000 | [diff] [blame] | 2 | |
3 | define void @foo0(void (i32)* nocapture %f1) nounwind { | ||||
4 | entry: | ||||
Simon Dardis | 57f4ae4 | 2016-08-04 09:17:07 +0000 | [diff] [blame] | 5 | ; CHECK: jr $25 |
Akira Hatanaka | 8e16aac | 2011-12-09 01:45:12 +0000 | [diff] [blame] | 6 | tail call void %f1(i32 13) nounwind |
7 | ret void | ||||
8 | } |