commit | 75bcc3780bc40dd7c265e150aff5b891135ff6e3 | [log] [tgz] |
---|---|---|
author | Jean Christophe Beyler <jean.christophe.beyler@intel.com> | Thu Sep 04 08:15:11 2014 -0700 |
committer | Jean Christophe Beyler <jean.christophe.beyler@intel.com> | Wed Sep 10 14:01:06 2014 -0700 |
tree | dc24e5ce582ade486c79082f2b1d0dfeb0a15dd9 | |
parent | 55454c52abdb496bb6fc070f0fd1c618f7a926aa [diff] |
ART: Fix variable formatting and CodeLayout's multiple visits The CodeLayout pass visits multiple times the same BasicBlock. This patch fixes that issue to reduce its overhead. The patch also fixes cUnit to c_unit in the bb_optimization files. Change-Id: I76afa73dc79b9ee9993223c066a974ca81adf203 Signed-off-by: Jean Christophe Beyler <jean.christophe.beyler@intel.com>