summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/gen_common.cc
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2013-07-26 12:05:57 -0700
committer Ian Rogers <irogers@google.com> 2013-07-29 09:52:11 -0700
commit166db04e259ca51838c311891598664deeed85ad (patch)
tree5ffa63c1b3bf58e92be2890c54f0ba6fdec2059e /compiler/dex/quick/gen_common.cc
parentd41119e863a9f9c5809b7732d30870ffd237b60c (diff)
Move assembler out of runtime into compiler/utils.
Other directory layout bits of clean up. There is still work to separate quick and portable in some files (e.g. argument visitor, proxy..). Change-Id: If8fecffda8ba5c4c47a035f0c622c538c6b58351
Diffstat (limited to 'compiler/dex/quick/gen_common.cc')
-rw-r--r--compiler/dex/quick/gen_common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/gen_common.cc b/compiler/dex/quick/gen_common.cc
index 40db2c69d9..8934340d48 100644
--- a/compiler/dex/quick/gen_common.cc
+++ b/compiler/dex/quick/gen_common.cc
@@ -17,8 +17,8 @@
#include "dex/compiler_ir.h"
#include "dex/compiler_internals.h"
#include "dex/quick/mir_to_lir-inl.h"
+#include "entrypoints/quick/quick_entrypoints.h"
#include "mirror/array.h"
-#include "oat/runtime/oat_support_entrypoints.h"
#include "verifier/method_verifier.h"
namespace art {