1# RUN: llvm-mc %s -triple mips-unknown-linux-gnu --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