summaryrefslogtreecommitdiff
path: root/compiler/dex/local_value_numbering.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2015-05-26 17:42:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-05-26 17:42:31 +0000
commitdc31313c4577bb4c00d90774159c84e738ed348d (patch)
tree5f850028ebc8843cdcaf56c5fc122bd660937603 /compiler/dex/local_value_numbering.cc
parent03b5a398a96ea29c39ddfe3d810245b868d2871f (diff)
parent80afd02024d20e60b197d3adfbb43cc303cf29e0 (diff)
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
Diffstat (limited to 'compiler/dex/local_value_numbering.cc')
-rw-r--r--compiler/dex/local_value_numbering.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/dex/local_value_numbering.cc b/compiler/dex/local_value_numbering.cc
index cc9dbe4adb..38f7d1e712 100644
--- a/compiler/dex/local_value_numbering.cc
+++ b/compiler/dex/local_value_numbering.cc
@@ -16,9 +16,11 @@
#include "local_value_numbering.h"
+#include "base/bit_utils.h"
#include "global_value_numbering.h"
#include "mir_field_info.h"
#include "mir_graph.h"
+#include "utils.h"
namespace art {