Module Name: pcc
Committed By: ragge
Date: Tue Mar 1 17:38:25 UTC 2011
Modified Files:
pcc/cc/ccom: optim.c
Log Message:
Optimize away left/right shifts if it is a constant shifted by a constant size.
This was earlier only done in buildtree() but would never happen if target-
specific code had changed leaves later.
Fixes Jira#PCC-267 by Gregory McGarry.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pcc/cc/ccom/optim.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.