xref: /aosp_15_r20/external/llvm/test/MC/Mips/cprestore-warning-unused.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent 2>%t1
2*9880d681SAndroid Build Coastguard Worker# RUN: FileCheck %s < %t1
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker  .text
5*9880d681SAndroid Build Coastguard Worker  .set noreorder
6*9880d681SAndroid Build Coastguard Worker  .cpload $25
7*9880d681SAndroid Build Coastguard Worker  .set reorder
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker  jal $25
10*9880d681SAndroid Build Coastguard Worker# CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode
11