| Index: src/a64/lithium-codegen-a64.cc
|
| diff --git a/src/a64/lithium-codegen-a64.cc b/src/a64/lithium-codegen-a64.cc
|
| index 4282bc7b67b097fd777f8a328c94b7a3b935c3af..bf4e03f8bf4b7a5389c19a08cdbaa5b2dcc06d64 100644
|
| --- a/src/a64/lithium-codegen-a64.cc
|
| +++ b/src/a64/lithium-codegen-a64.cc
|
| @@ -5108,7 +5108,7 @@ void LCodeGen::DoStringCompareAndBranch(LStringCompareAndBranch* instr) {
|
|
|
| Condition condition = TokenToCondition(op, false);
|
|
|
| - EmitBranch(instr, condition);
|
| + EmitCompareAndBranch(instr, condition, x0, 0);
|
| }
|
|
|
|
|
|
|