diff options
| author | Mathieu Chartier <mathieuc@google.com> | 2017-05-24 12:04:13 -0700 |
|---|---|---|
| committer | Mathieu Chartier <mathieuc@google.com> | 2017-05-25 16:59:44 -0700 |
| commit | dbddc22f5dc2d1ff4d4783fbd66c27812f4980d1 (patch) | |
| tree | 2a0a8efa1c2630e57ab48ab2de171f2847ff282f /compiler/optimizing/code_generator_arm64.h | |
| parent | a559fa1b0d6c276dde2cdc707de1acd4950f7190 (diff) | |
| download | art-dbddc22f5dc2d1ff4d4783fbd66c27812f4980d1.tar.gz art-dbddc22f5dc2d1ff4d4783fbd66c27812f4980d1.tar.bz2 art-dbddc22f5dc2d1ff4d4783fbd66c27812f4980d1.zip | |
Refactor profiles to use TypeReference instead of ClassReference
Refactor type reference into runtime and use it for profiles.
ClassReference was just duplicated code since it wasn't even using
the class def indexes.
Test: test-art-host
Bug: 62040831
Change-Id: Ia92f21c0e85c00321f52c97bb7a90158d882849b
Diffstat (limited to 'compiler/optimizing/code_generator_arm64.h')
| -rw-r--r-- | compiler/optimizing/code_generator_arm64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_arm64.h b/compiler/optimizing/code_generator_arm64.h index 71e221da22..7a4b3d4805 100644 --- a/compiler/optimizing/code_generator_arm64.h +++ b/compiler/optimizing/code_generator_arm64.h @@ -25,8 +25,8 @@ #include "nodes.h" #include "parallel_move_resolver.h" #include "string_reference.h" +#include "type_reference.h" #include "utils/arm64/assembler_arm64.h" -#include "utils/type_reference.h" // TODO(VIXL): Make VIXL compile with -Wshadow. #pragma GCC diagnostic push |
