mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
ee1a9f20a7
llvm-svn: 348914
11 lines
235 B
ArmAsm
11 lines
235 B
ArmAsm
# RUN: llvm-mc %s -triple mips-unknown-linux-gnu --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
|