commit | 7e499925f8b4da46ae51040e9322690f3df992e6 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Jan 06 08:28:12 2015 -0800 |
committer | Andreas Gampe <agampe@google.com> | Tue Jan 06 08:28:12 2015 -0800 |
tree | a87402560b942959e6762277e630c72810dfa4cc | |
parent | 1e862370ff2c3207afd1b2fc6f77f7ca345643b2 [diff] [blame] |
ART: Remove LowestSetBit and IsPowerOfTwo Remove those functions from Mir2Lir and replace with functionality from utils.h. Change-Id: Ieb67092b22d5d460b5241c7c7931c15b9faf2815
diff --git a/compiler/dex/quick/resource_mask.cc b/compiler/dex/quick/resource_mask.cc index 088bec8..ca68f95 100644 --- a/compiler/dex/quick/resource_mask.cc +++ b/compiler/dex/quick/resource_mask.cc
@@ -19,6 +19,7 @@ #include "resource_mask.h" #include "utils/arena_allocator.h" +#include "utils.h" namespace art {