index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc_arm
/
testsuite
/
gcc.c-torture
/
unsorted
/
subcse.c
blob: 0a10991f18aa59bb943d99b03cb1a41fd65f083d (
plain
)
1
2
3
4
5
6
foo (a, b, p) int *p; { p[0] = 1230 - a; p[1] = 1230 - b; }