From a17245013e17621ff1a629ab164a1284e2258ad0 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 16 Mar 2016 17:01:39 +0000 Subject: [PATCH] Forgot space. Change-Id: If9eced6d5bd6d8d0248bad0e7b12095fb5a84d26 --- compiler/optimizing/inliner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/optimizing/inliner.cc b/compiler/optimizing/inliner.cc index d7bb928e4..573b58340 100644 --- a/compiler/optimizing/inliner.cc +++ b/compiler/optimizing/inliner.cc @@ -1285,7 +1285,7 @@ void HInliner::FixUpReturnReferenceType(HInvoke* invoke_instruction, size_t pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); mirror::Class* cls = resolved_method->GetReturnType(false /* resolve */, pointer_size); if (cls != nullptr) { - ReferenceTypeInfo::TypeHandle return_handle= handles_->NewHandle(cls); + ReferenceTypeInfo::TypeHandle return_handle = handles_->NewHandle(cls); return_replacement->SetReferenceTypeInfo(ReferenceTypeInfo::Create( return_handle, return_handle->CannotBeAssignedFromOtherTypes() /* is_exact */)); } else { -- 2.11.0