Home | History | Annotate | Download | only in Mips
      1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent 2>%t1
      2 # RUN: FileCheck %s < %t1
      3 
      4   .text
      5   .set noreorder
      6   .cpload $25
      7   .set reorder
      8 
      9   jal $25
     10 # CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode
     11