From 68a5fefa90f03fdf5a238ac85c9439c6b03eae96 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 18 Feb 2014 16:43:35 +0000 Subject: Initial check-in of an optimizing compiler. The classes and the names are very much inspired by V8/Dart. It currently only supports the RETURN_VOID dex instruction, and there is a pretty printer to check if the building of the graph is correct. Change-Id: Id5ef1b317ab997010d4e3888e456c26bef1ab9c0 --- compiler/dex/compiler_ir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/dex/compiler_ir.h') diff --git a/compiler/dex/compiler_ir.h b/compiler/dex/compiler_ir.h index ea8eb1cfa2..ded8005405 100644 --- a/compiler/dex/compiler_ir.h +++ b/compiler/dex/compiler_ir.h @@ -19,7 +19,6 @@ #include #include -#include "arena_allocator.h" #include "compiler_enums.h" #include "dex/quick/mir_to_lir.h" #include "dex_instruction.h" @@ -29,6 +28,7 @@ #include "llvm/ir_builder.h" #include "safe_map.h" #include "base/timing_logger.h" +#include "utils/arena_allocator.h" namespace art { -- cgit v1.2.3-59-g8ed1b