commit | e77493c7217efdd1a0ecef521a6845a13da0305b | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Wed Aug 20 15:08:45 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Wed Aug 20 15:09:20 2014 -0700 |
tree | 3055cb7aaea8b9edc498b2e209d74af36c32e0fd | |
parent | 41cba7c66cbc441b00fca48dfb2501181b1f2a53 [diff] [blame] |
Make common BitVector operations inline-able. Change-Id: Ie25de4fae56c6712539f04172c42e3eff57df7ca
diff --git a/compiler/dex/ssa_transformation.cc b/compiler/dex/ssa_transformation.cc index e26745a..4a55de6 100644 --- a/compiler/dex/ssa_transformation.cc +++ b/compiler/dex/ssa_transformation.cc
@@ -14,6 +14,7 @@ * limitations under the License. */ +#include "base/bit_vector-inl.h" #include "compiler_internals.h" #include "dataflow_iterator-inl.h" #include "utils/scoped_arena_containers.h"