OSDN Git Service

Forgot space.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 16 Mar 2016 17:01:39 +0000 (17:01 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 16 Mar 2016 17:01:39 +0000 (17:01 +0000)
Change-Id: If9eced6d5bd6d8d0248bad0e7b12095fb5a84d26

compiler/optimizing/inliner.cc

index d7bb928..573b583 100644 (file)
@@ -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 {