commit | e5d80f83ae53792bc1eebd4e33e4e99f7c031b0c | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Oct 15 17:47:48 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Oct 23 11:21:11 2015 -0700 |
tree | cc21ac068a5d02349c5b1aaa8c7f61ae777f6cea | |
parent | a815f17cc82f4f238d8bdec1bd5b70fec720541e [diff] [blame] |
Move ArenaBitVector into the runtime Motivation is using arenas in the verifier. Bug: 10921004 Change-Id: I3c7ed369194b2309a47b12a621e897e0f2f65fcf
diff --git a/compiler/optimizing/stack_map_test.cc b/compiler/optimizing/stack_map_test.cc index c4a3b28..560502f 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"