2016-07-28 23:37:42 +08:00
|
|
|
; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32r2 \
|
2014-04-30 01:57:50 +08:00
|
|
|
; RUN: < %s | FileCheck %s
|
2016-07-28 23:37:42 +08:00
|
|
|
; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
|
2014-09-16 04:30:25 +08:00
|
|
|
; RUN: < %s | FileCheck %s
|
2014-04-30 01:57:50 +08:00
|
|
|
|
|
|
|
; Function Attrs: nounwind
|
|
|
|
define void @foo() {
|
|
|
|
entry:
|
|
|
|
ret void
|
|
|
|
; CHECK: jr $ra
|
|
|
|
}
|