Home | History | Annotate | Download | only in Mips
      1 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \
      2 ; RUN:   -disable-mips-delay-filler -O3 < %s | FileCheck %s
      3 
      4 define i32 @foo(i32 signext %a) #0 {
      5 entry:
      6   ret i32 0
      7 }
      8 
      9 declare i32 @bar(i32 signext) #1
     10 
     11 ; CHECK:      jrc
     12