summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver_test.cc
diff options
context:
space:
mode:
author Jean Christophe Beyler <jean.christophe.beyler@intel.com> 2013-12-20 15:47:52 -0800
committer Ian Rogers <irogers@google.com> 2013-12-30 15:34:19 -0800
commit6e3cb66b3885c5b9ed31bf55e2d2f8594c4f840d (patch)
tree7c46895079e50ccbfdb2e2d8890010e0a07fe5cb /compiler/driver/compiler_driver_test.cc
parentf1d7cf90e7bfce039412012f49ce4600f0c7ff37 (diff)
DataflowIterator normalization
The patch normalizes the data flow iterators. The reasoning behind it is to allow passing the base class around without knowing what underlying iterator is used. This will thus allow called functions to call the specified Next function. This feature will be required for future patches. - Made DataflowIterator a base class with an abstract Next function - Updated each derived class to use the same Next function signature - Added comments and doxygen comments Change-Id: I3b9bce6326675575172f0ebd3681369d40d55661 Signed-off-by: Jean Christophe Beyler <jean.christophe.beyler@intel.com>
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
0 files changed, 0 insertions, 0 deletions