| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 41468fdb8b8748994beb2e118c65d1d2a5a37207..9e4b885c48f8fe51626f01d626f03ef1890b5293 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -1055,7 +1055,7 @@ class LStringCompareAndBranch final : public LControlInstruction<3, 0> {
|
| inputs_[2] = right;
|
| }
|
|
|
| - LOperand* context() { return inputs_[1]; }
|
| + LOperand* context() { return inputs_[0]; }
|
| LOperand* left() { return inputs_[1]; }
|
| LOperand* right() { return inputs_[2]; }
|
|
|
|
|