Module Name: pcc
Committed By: ragge
Date: Sat Jul 30 14:45:39 UTC 2011
Modified Files:
pcc/cc/ccom: trees.c
Log Message:
Rewrite x(y()) to t1=y(); x(t1); to simplify for targets which passes params
in registers. It probably won't affect stack-only targets at all.
Struct returns and struct args must still be handled in a target-dependent way.
To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.