Skip to content

Commit a86b359

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "MIPS64: Removal of unnecessary null check"
2 parents ec577e7 + 87425ed commit a86b359

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/optimizing/code_generator_mips64.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,10 +1659,6 @@ void InstructionCodeGeneratorMIPS64::VisitArrayGet(HArrayGet* instruction) {
16591659
UNREACHABLE();
16601660
}
16611661

1662-
if (!maybe_compressed_char_at) {
1663-
codegen_->MaybeRecordImplicitNullCheck(instruction);
1664-
}
1665-
16661662
if (type == Primitive::kPrimNot) {
16671663
GpuRegister out = locations->Out().AsRegister<GpuRegister>();
16681664
__ MaybeUnpoisonHeapReference(out);

0 commit comments

Comments
 (0)