diff options
author | Andreas Gampe <agampe@google.com> | 2015-01-27 14:31:40 -0800 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2015-01-27 15:23:06 -0800 |
commit | 9c462086269324350516b3394d478f1d71a4b5d1 (patch) | |
tree | 4b2a29b0cda0ba50dfb09a6bcc83a4cfecf3769e /compiler/dex/compiler_ir.cc | |
parent | 04a77807a657e86495e7ececf7dc530fa5003c4c (diff) | |
download | art-9c462086269324350516b3394d478f1d71a4b5d1.tar.gz art-9c462086269324350516b3394d478f1d71a4b5d1.tar.bz2 art-9c462086269324350516b3394d478f1d71a4b5d1.zip |
ART: Even more Quick cleanup
Remove Backend.
Change-Id: I247cc65ccda6a362ba1a8f5e73e7f12ecd980a87
Diffstat (limited to 'compiler/dex/compiler_ir.cc')
-rw-r--r-- | compiler/dex/compiler_ir.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/compiler_ir.cc b/compiler/dex/compiler_ir.cc index 0cfa966e25..7fc1b03035 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" |