summaryrefslogtreecommitdiff
path: root/compiler/dex/mir_graph.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-10-15 17:47:48 -0700
committer Mathieu Chartier <mathieuc@google.com> 2015-10-23 11:21:11 -0700
commite5d80f83ae53792bc1eebd4e33e4e99f7c031b0c (patch)
treecc21ac068a5d02349c5b1aaa8c7f61ae777f6cea /compiler/dex/mir_graph.h
parenta815f17cc82f4f238d8bdec1bd5b70fec720541e (diff)
Move ArenaBitVector into the runtime
Motivation is using arenas in the verifier. Bug: 10921004 Change-Id: I3c7ed369194b2309a47b12a621e897e0f2f65fcf
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r--compiler/dex/mir_graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h
index 097abdc018..2da8a98f00 100644
--- a/compiler/dex/mir_graph.h
+++ b/compiler/dex/mir_graph.h
@@ -19,6 +19,7 @@
#include <stdint.h>
+#include "base/arena_bit_vector.h"
#include "base/arena_containers.h"
#include "base/bit_utils.h"
#include "base/scoped_arena_containers.h"
@@ -30,7 +31,6 @@
#include "mir_method_info.h"
#include "reg_location.h"
#include "reg_storage.h"
-#include "utils/arena_bit_vector.h"
namespace art {