From 82cc909ff81cc25f7fe97ddac3a1a1f6dc9f5792 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Tue, 2 Jun 2015 15:13:34 +0000 Subject: Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" This reverts commit 8ccf8a0ce31083faa0d9c502f1f0f12a825f6c5d. Change-Id: I729c147989e0e98d0739d7596b5bb41a72971624 --- compiler/optimizing/builder.cc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'compiler/optimizing/builder.cc') diff --git a/compiler/optimizing/builder.cc b/compiler/optimizing/builder.cc index f98029da03..f3f82417f7 100644 --- a/compiler/optimizing/builder.cc +++ b/compiler/optimizing/builder.cc @@ -723,10 +723,16 @@ bool HGraphBuilder::BuildInvoke(const Instruction& instruction, } } - invoke = new (arena_) HInvokeStaticOrDirect( - arena_, number_of_arguments, return_type, dex_pc, target_method.dex_method_index, - is_recursive, string_init_offset, invoke_type, optimized_invoke_type, - clinit_check_requirement); + invoke = new (arena_) HInvokeStaticOrDirect(arena_, + number_of_arguments, + return_type, + dex_pc, + target_method.dex_method_index, + is_recursive, + string_init_offset, + invoke_type, + optimized_invoke_type, + clinit_check_requirement); } size_t start_index = 0; -- cgit v1.2.3-59-g8ed1b