8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
11 lines
228 B
ArmAsm
11 lines
228 B
ArmAsm
# RUN: llvm-mc %s -arch=mips -mcpu=mips32 --position-independent 2>%t1
|
|
# RUN: FileCheck %s < %t1
|
|
|
|
.text
|
|
.set noreorder
|
|
.cpload $25
|
|
.set reorder
|
|
|
|
jal $25
|
|
# CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode
|