diff options
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 |
commit | e5d80f83ae53792bc1eebd4e33e4e99f7c031b0c (patch) | |
tree | cc21ac068a5d02349c5b1aaa8c7f61ae777f6cea /compiler/optimizing/stack_map_test.cc | |
parent | a815f17cc82f4f238d8bdec1bd5b70fec720541e (diff) |
Move ArenaBitVector into the runtime
Motivation is using arenas in the verifier.
Bug: 10921004
Change-Id: I3c7ed369194b2309a47b12a621e897e0f2f65fcf
Diffstat (limited to 'compiler/optimizing/stack_map_test.cc')
-rw-r--r-- | compiler/optimizing/stack_map_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/optimizing/stack_map_test.cc b/compiler/optimizing/stack_map_test.cc index c4a3b28aed..560502fde6 100644 --- a/compiler/optimizing/stack_map_test.cc +++ b/compiler/optimizing/stack_map_test.cc @@ -15,8 +15,9 @@ */ #include "stack_map.h" + +#include "base/arena_bit_vector.h" #include "stack_map_stream.h" -#include "utils/arena_bit_vector.h" #include "gtest/gtest.h" |