diff options
Diffstat (limited to 'compiler/optimizing/register_allocation_resolver.h')
| -rw-r--r-- | compiler/optimizing/register_allocation_resolver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/optimizing/register_allocation_resolver.h b/compiler/optimizing/register_allocation_resolver.h index d48b1a0bb9..4a148e0abf 100644 --- a/compiler/optimizing/register_allocation_resolver.h +++ b/compiler/optimizing/register_allocation_resolver.h @@ -20,7 +20,7 @@ #include "base/arena_containers.h" #include "base/array_ref.h" #include "base/value_object.h" -#include "primitive.h" +#include "data_type.h" namespace art { @@ -88,7 +88,7 @@ class RegisterAllocationResolver : ValueObject { Location source, Location destination, HInstruction* instruction, - Primitive::Type type) const; + DataType::Type type) const; ArenaAllocator* const allocator_; CodeGenerator* const codegen_; |