diff options
author | Jeff Hao <jeffhao@google.com> | 2017-03-07 21:56:31 -0800 |
---|---|---|
committer | Jeff Hao <jeffhao@google.com> | 2017-03-08 10:33:10 -0800 |
commit | 8ec0a20abae9a1e9a708ee02dd2639351933c028 (patch) | |
tree | 70ec5d7bdc4ed2ee02999543a131987e72cf3f0a /compiler/optimizing/graph_visualizer.cc | |
parent | 68948e01f56ad1996af77f4c0aab721940b0e18d (diff) |
Fix duplicate classes check to iterate over classes properly.
Previously would iterate in class index order, but classes are not
organized alphabetically. This changes the check to iterate over the
classes's type indexes, which are in alphabetical order.
Unit test to come.
Bug: 35477728
Test: mm test-art-host
Change-Id: Iddaad84c30be042d09dde56c998221fd07f04ab6
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions