From 0ebe0d83138bba1996e9c8007969b5381d972b32 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 21 Sep 2017 22:50:39 +0100 Subject: ART: Introduce compiler data type. Replace most uses of the runtime's Primitive in compiler with a new class DataType. This prepares for introducing new types, such as Uint8, that the runtime does not need to know about. Test: m test-art-host-gtest Test: testrunner.py --host Bug: 23964345 Change-Id: Iec2ad82454eec678fffcd8279a9746b90feb9b0c --- compiler/optimizing/optimizing_compiler.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/optimizing/optimizing_compiler.cc') diff --git a/compiler/optimizing/optimizing_compiler.cc b/compiler/optimizing/optimizing_compiler.cc index 7451196677..aeb2b03787 100644 --- a/compiler/optimizing/optimizing_compiler.cc +++ b/compiler/optimizing/optimizing_compiler.cc @@ -990,8 +990,6 @@ CodeGenerator* OptimizingCompiler::TryCompile(ArenaAllocator* arena, HGraphBuilder builder(graph, &dex_compilation_unit, &dex_compilation_unit, - &dex_file, - *code_item, compiler_driver, codegen.get(), compilation_stats_.get(), -- cgit v1.2.3-59-g8ed1b