diff options
| author | 2015-05-26 17:42:31 +0000 | |
|---|---|---|
| committer | 2015-05-26 17:42:31 +0000 | |
| commit | dc31313c4577bb4c00d90774159c84e738ed348d (patch) | |
| tree | 5f850028ebc8843cdcaf56c5fc122bd660937603 /compiler/dex/mir_graph.h | |
| parent | 03b5a398a96ea29c39ddfe3d810245b868d2871f (diff) | |
| parent | 80afd02024d20e60b197d3adfbb43cc303cf29e0 (diff) | |
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
Diffstat (limited to 'compiler/dex/mir_graph.h')
| -rw-r--r-- | compiler/dex/mir_graph.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index 7385a8bd53..f038397e1e 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -20,6 +20,7 @@  #include <stdint.h>  #include "base/arena_containers.h" +#include "base/bit_utils.h"  #include "base/scoped_arena_containers.h"  #include "dex_file.h"  #include "dex_instruction.h"  |