projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[mips][ias] Implement .cpreturn directive.
[oota-llvm.git]
/
test
/
MC
/
Mips
/
cprestore-warning-unused.s
1
# RUN: llvm-mc %s -arch=mips -mcpu=mips32 -relocation-model=pic 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