summaryrefslogtreecommitdiff
path: root/compiler/dex/mir_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r--compiler/dex/mir_graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h
index ea0289b02b..df48f7ef01 100644
--- a/compiler/dex/mir_graph.h
+++ b/compiler/dex/mir_graph.h
@@ -939,6 +939,8 @@ class MIRGraph {
size_t max_available_special_compiler_temps_;
GrowableArray<IFieldAnnotation> ifield_annotations_;
GrowableArray<SFieldAnnotation> sfield_annotations_;
+
+ friend class LocalValueNumberingTest;
};
} // namespace art