| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 49462cb88f512cedc0b985c6588c3c1315f988f3..2598ed2918a1b8e553013879c7c022be7ad2f35d 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -2908,6 +2908,9 @@ class LChunkBuilder BASE_EMBEDDED {
|
| MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
|
| MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
|
|
|
| + // An input operand in a constant operand.
|
| + MUST_USE_RESULT LOperand* UseConstant(HValue* value);
|
| +
|
| // An input operand in register, stack slot or a constant operand.
|
| // Will not be moved to a register even if one is freely available.
|
| MUST_USE_RESULT LOperand* UseAny(HValue* value);
|
|
|