You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
319 B
12 lines
319 B
4 months ago
|
; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32r2 \
|
||
|
; RUN: < %s | FileCheck %s
|
||
|
; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
|
||
|
; RUN: < %s | FileCheck %s
|
||
|
|
||
|
; Function Attrs: nounwind
|
||
|
define void @foo() {
|
||
|
entry:
|
||
|
ret void
|
||
|
; CHECK: jr $ra
|
||
|
}
|