diff options
author | David Sehr <sehr@google.com> | 2018-02-21 13:20:31 -0800 |
---|---|---|
committer | David Sehr <sehr@google.com> | 2018-02-21 13:51:15 -0800 |
commit | b2ec9f5c128673c43f776cbe12c8eeb0a6884ebb (patch) | |
tree | 724022162a4f3de021cebab32ee5ac67ec860f32 /compiler/optimizing/graph_visualizer.cc | |
parent | f13343eb8b2738e2812fd7bd9d5592f529e93c21 (diff) |
Remove duplication, split tests
The code move to libdexfile/dex/descriptors_names.cc apparently did not
remove the original code from runtime/utils.cc. Fix that duplication
and all the header mentions needed. Also, split the test files to go
along with the new locations for the code to be tested.
Bug: 22322814
Test: make -j 50 checkbuild
make -j 50 test-art-host-gtest
flash & boot marlin
Change-Id: Ie734672c4bca2c647d8016291f910b5608674545
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
-rw-r--r-- | compiler/optimizing/graph_visualizer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/graph_visualizer.cc b/compiler/optimizing/graph_visualizer.cc index bbf8c26d59..5ff31cead5 100644 --- a/compiler/optimizing/graph_visualizer.cc +++ b/compiler/optimizing/graph_visualizer.cc @@ -27,6 +27,7 @@ #include "code_generator.h" #include "data_type-inl.h" #include "dead_code_elimination.h" +#include "dex/descriptors_names.h" #include "disassembler.h" #include "inliner.h" #include "licm.h" |