Sign in
llvm
/
llvm
/
8924ea3d57d5fdfc11ce7562c3eaf0ce127ebc86
/
.
/
test
/
MC
/
Mips
/
cprestore-warning-unused.s
blob: 5a80970836253a01ec7c5b9e4756084b67dd439e [
file
] [
log
] [
blame
]
# 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