| Index: src/mips64/code-stubs-mips64.cc
|
| diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc
|
| index a51a15fb7536c5eb1db1ca73de83d3097653817b..999e35674155babcdd15b88c9b2f806cdfe09232 100644
|
| --- a/src/mips64/code-stubs-mips64.cc
|
| +++ b/src/mips64/code-stubs-mips64.cc
|
| @@ -290,7 +290,6 @@ static void EmitIdenticalObjectComparison(MacroAssembler* masm,
|
| if (cc == less || cc == greater) {
|
| __ GetObjectType(a0, t0, t0);
|
| __ Branch(slow, greater, t0, Operand(FIRST_SPEC_OBJECT_TYPE));
|
| - __ GetObjectType(a0, t0, t0);
|
| __ Branch(slow, eq, t0, Operand(SYMBOL_TYPE));
|
| } else {
|
| __ GetObjectType(a0, t0, t0);
|
|
|