diff options
| author | 2015-04-26 01:12:52 +0000 | |
|---|---|---|
| committer | 2015-04-26 01:12:52 +0000 | |
| commit | 357b71e188bb4aa371cc7d834f573cb7a8f30f44 (patch) | |
| tree | 39818190d99cc7fdae7c3c2c3dbbb5b50ee33f68 /compiler/dex/mir_graph.h | |
| parent | 29d577f58f9153c2c0a9b381afe4070bc00941b8 (diff) | |
| parent | bd90c932e570b28406932e33f2aa3c113ba2efa3 (diff) | |
am bd90c932: am 711d8400: Merge "ART: Fix addpd opcode, add Quick x86 assembler test"
* commit 'bd90c932e570b28406932e33f2aa3c113ba2efa3':
  ART: Fix addpd opcode, add Quick x86 assembler test
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 7f9698bbee..7bfbb34ae9 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -1451,6 +1451,7 @@ class MIRGraph {    friend class TopologicalSortOrderTest;    friend class TypeInferenceTest;    friend class QuickCFITest; +  friend class QuickAssembleX86TestBase;  };  }  // namespace art  |