commit | 9c462086269324350516b3394d478f1d71a4b5d1 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Jan 27 14:31:40 2015 -0800 |
committer | Andreas Gampe <agampe@google.com> | Tue Jan 27 15:23:06 2015 -0800 |
tree | 4b2a29b0cda0ba50dfb09a6bcc83a4cfecf3769e | |
parent | 04a77807a657e86495e7ececf7dc530fa5003c4c [diff] [blame] |
ART: Even more Quick cleanup Remove Backend. Change-Id: I247cc65ccda6a362ba1a8f5e73e7f12ecd980a87
diff --git a/compiler/dex/compiler_ir.cc b/compiler/dex/compiler_ir.cc index 0cfa966..7fc1b03 100644 --- a/compiler/dex/compiler_ir.cc +++ b/compiler/dex/compiler_ir.cc
@@ -18,8 +18,8 @@ #include "arch/instruction_set_features.h" #include "base/dumpable.h" -#include "backend.h" #include "dex_flags.h" +#include "dex/quick/mir_to_lir.h" #include "driver/compiler_driver.h" #include "mir_graph.h"