1; RUN: llc -march=mipsel -relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort -mcpu=mips32r2 \
2; RUN:     < %s | FileCheck %s
3; RUN: llc -march=mipsel -relocation-model=pic -O0 -mips-fast-isel -fast-isel-abort -mcpu=mips32 \
4; RUN:     < %s | FileCheck %s
5
6; Function Attrs: nounwind
7define void @foo() {
8entry:
9  ret void
10; CHECK: jr	$ra
11}
12