diff options
author | Andreas Gampe <agampe@google.com> | 2016-07-27 17:53:11 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2016-07-27 17:56:08 -0700 |
commit | 26de38bb7f2122417388809f4ff88a7cb5c4af5e (patch) | |
tree | 878f432e2476f90201dd4695cfc8c3498c2c207f /compiler/optimizing/instruction_builder.cc | |
parent | 9755c262df1be7f5d5b98d038c8fd3734e974f9d (diff) |
ART: Delete old compiler_enums.h
Holdover from the Quick days. Move the two enums that are still
used closer to the actual users (and prune no longer used cases).
Test: m test-art-host
Change-Id: I88aa49961a54635788cafac570ddc3125aa38262
Diffstat (limited to 'compiler/optimizing/instruction_builder.cc')
-rw-r--r-- | compiler/optimizing/instruction_builder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/instruction_builder.cc b/compiler/optimizing/instruction_builder.cc index afac5f9cf1..e5dab569fd 100644 --- a/compiler/optimizing/instruction_builder.cc +++ b/compiler/optimizing/instruction_builder.cc @@ -19,6 +19,7 @@ #include "art_method-inl.h" #include "bytecode_utils.h" #include "class_linker.h" +#include "dex_instruction-inl.h" #include "driver/compiler_options.h" #include "scoped_thread_state_change.h" |