diff options
author | 2015-12-16 09:34:39 +0000 | |
---|---|---|
committer | 2015-12-16 09:34:39 +0000 | |
commit | 96f721dd41f81c967b187d81b6f3e1bcc2a9243c (patch) | |
tree | 6a5f6e02d76be32ccbd5ee38a811785b62ccbe53 | |
parent | b059c8a044ed3ede1a0eea4b1e92008ced90c013 (diff) | |
parent | dce90b9198d523488b8f9a04dfb3834311ff3554 (diff) |
Merge "Revert "ART: Set RTI of Arm64IntermediateAddress""
-rw-r--r-- | compiler/optimizing/instruction_simplifier_arm64.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/instruction_simplifier_arm64.cc b/compiler/optimizing/instruction_simplifier_arm64.cc index 6bbc751bee..6a34b13320 100644 --- a/compiler/optimizing/instruction_simplifier_arm64.cc +++ b/compiler/optimizing/instruction_simplifier_arm64.cc @@ -49,7 +49,6 @@ void InstructionSimplifierArm64Visitor::TryExtractArrayAccessAddress(HInstructio GetGraph()->GetIntConstant(mirror::Array::DataOffset(access_size).Uint32Value()); HArm64IntermediateAddress* address = new (arena) HArm64IntermediateAddress(array, offset, kNoDexPc); - address->SetReferenceTypeInfo(array->GetReferenceTypeInfo()); access->GetBlock()->InsertInstructionBefore(address, access); access->ReplaceInput(address, 0); // Both instructions must depend on GC to prevent any instruction that can |