llvm-6502/test/CodeGen/Mips/Fast-ISel/nullvoid.ll

10 lines
217 B
LLVM
Raw Normal View History

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