brintos

brintos / llvm-project-archived public Read only

0
0
Text · 323 B · cb71cb4 Raw
12 lines · plain
1; RUN: llc -mtriple=mipsel -relocation-model=pic -O0 -fast-isel-abort=3 -mcpu=mips32r2 \2; RUN:     < %s | FileCheck %s3; RUN: llc -mtriple=mipsel -relocation-model=pic -O0 -fast-isel-abort=3 -mcpu=mips32 \4; RUN:     < %s | FileCheck %s5 6; Function Attrs: nounwind7define void @foo() {8entry:9  ret void10; CHECK: jr	$ra11}12