Module Name: pcc
Committed By: ragge
Date: Fri Aug 17 20:59:58 UTC 2012
Modified Files:
pcc/mip: optim2.c pass2.h regs.c
Log Message:
Change the pointers of cfg children from an array of 2 to a linked list.
This will allow for the use of case arrays and computed goto while still
be able to do correct flow analysis.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pcc/mip/optim2.c
cvs rdiff -u -r1.131 -r1.132 pcc/mip/pass2.h
cvs rdiff -u -r1.228 -r1.229 pcc/mip/regs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.