repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
cris
/
rld-legit2.c
blob
0add3e2b5c699fe1f59f892f030797c13bb0f45c
1
/* A variant of rld-legit1.c only for full code coverage of the
2
initial version of cris_reload_address_legitimized. */
3
/* { dg-options -O2 } */
4
5
short
*
6
g
(
short
*
a
,
char
*
y
)
7
{
8
__asm__
(
""
: : :
9
#ifndef __PIC__
10
"r0"
,
11
#endif
12
"r1"
,
"r2"
,
"r3"
,
"r4"
,
"r5"
,
"r6"
,
"r7"
,
"r8"
,
13
"r9"
,
"r10"
,
"r11"
,
"r12"
,
"r13"
);
14
y
[*
a
++] =
0
;
15
return
a
;
16
}