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