OSDN Git Service

Merge "Update aosp/master LLVM for rebase to r222494."
[android-x86/external-llvm.git] / test / CodeGen / Mips / Fast-ISel / nullvoid.ll
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
7 define void @foo() {
8 entry:
9   ret void
10 ; CHECK: jr     $ra
11 }