| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 34277f6ed490f50d6f673ba857013622f22c1a3f..0afbd7d22e57b175ce53c6e90cdb348b2afe7f88 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -268,8 +268,9 @@ class LCodeGen BASE_EMBEDDED {
|
| Handle<Map> type,
|
| Handle<String> name);
|
|
|
| - // Emits code for pushing a constant operand.
|
| - void EmitPushConstantOperand(LOperand* operand);
|
| + // Emits code for pushing either a tagged constant, a (non-double)
|
| + // register, or a stack slot operand.
|
| + void EmitPushTaggedOperand(LOperand* operand);
|
|
|
| struct JumpTableEntry {
|
| explicit inline JumpTableEntry(Address entry)
|
|
|