diff options
author | 2016-04-20 09:00:49 +0000 | |
---|---|---|
committer | 2016-04-20 09:00:49 +0000 | |
commit | b4154d33eb51de747cc517dd270b58619b3a3122 (patch) | |
tree | c7782e1bfc682b57d6267286f0eafaf265f18d40 /compiler/optimizing/ssa_builder.cc | |
parent | 20d2c9d003ea2508154dac4b8a3bfeba00b063de (diff) | |
parent | 456307a47336e3d6576ed6d8563b67573a4238d3 (diff) |
Merge "Revert "Revert "Use dex cache from compilation unit in RTP."""
Diffstat (limited to 'compiler/optimizing/ssa_builder.cc')
-rw-r--r-- | compiler/optimizing/ssa_builder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/ssa_builder.cc b/compiler/optimizing/ssa_builder.cc index 600e1d3b0b..c2aa0c0075 100644 --- a/compiler/optimizing/ssa_builder.cc +++ b/compiler/optimizing/ssa_builder.cc @@ -506,7 +506,7 @@ GraphAnalysisResult SsaBuilder::BuildSsa() { // 4) Compute type of reference type instructions. The pass assumes that // NullConstant has been fixed up. - ReferenceTypePropagation(graph_, handles_, /* is_first_run */ true).Run(); + ReferenceTypePropagation(graph_, dex_cache_, handles_, /* is_first_run */ true).Run(); // 5) HInstructionBuilder duplicated ArrayGet instructions with ambiguous type // (int/float or long/double) and marked ArraySets with ambiguous input type. |