commit | d0a515562772d7c637160e8779c4f253ee169c3a | [log] [tgz] |
---|---|---|
author | Jean Christophe Beyler <jean.christophe.beyler@intel.com> | Fri Jan 10 14:18:31 2014 -0800 |
committer | Jean Christophe Beyler <jean.christophe.beyler@intel.com> | Fri Jan 10 14:44:44 2014 -0800 |
tree | 2a5aa5c518e903724c79e5aef9d27bfd475ac99f | |
parent | 240ea168e8aa5681a1dab6dfa0534eddca872098 [diff] |
Add suffix parameter to DumpCFG In a lot of cases it is practical to dump CFGs. However the current dumper has a unique naming convention. By adding an optional suffix, we can dump the same CompilationUnit before and after an optimization by using a different suffix. Also, by making it optional, the change is minimal. Change-Id: Ibd7f217ed59c093580cad9c177f9fc174a0afc11 Signed-off-by: Jean Christophe Beyler <jean.christophe.beyler@intel.com>