diff options
Diffstat (limited to 'compiler/dex/mir_method_info.h')
-rw-r--r-- | compiler/dex/mir_method_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/dex/mir_method_info.h b/compiler/dex/mir_method_info.h index a43238c24e..f927f1d497 100644 --- a/compiler/dex/mir_method_info.h +++ b/compiler/dex/mir_method_info.h @@ -178,6 +178,8 @@ class MirMethodLoweringInfo : public MirMethodInfo { uint16_t target_method_idx_; uint16_t vtable_idx_; int stats_flags_; + + friend class ClassInitCheckEliminationTest; }; } // namespace art |