repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
csebug.c
blob
f49f6842c1a7a80c7c91702ca92d8845801ea5c5
1
2
int
3
reg0indreg1
(
r0
,
p1
)
4
short
r0
;
short
*
p1
;
5
{
6
return
(
r0
+ *
p1
);
7
}