| Index: src/ia32/codegen-ia32.h
|
| ===================================================================
|
| --- src/ia32/codegen-ia32.h (revision 4148)
|
| +++ src/ia32/codegen-ia32.h (working copy)
|
| @@ -500,7 +500,7 @@
|
| bool FoldConstantSmis(Token::Value op, int left, int right);
|
|
|
| // Emit code to perform a binary operation on a constant
|
| - // smi and a likely smi. Consumes the Result *operand.
|
| + // smi and a likely smi. Consumes the Result operand.
|
| Result ConstantSmiBinaryOperation(Token::Value op,
|
| Result* operand,
|
| Handle<Object> constant_operand,
|
| @@ -511,7 +511,7 @@
|
|
|
| // Emit code to perform a binary operation on two likely smis.
|
| // The code to handle smi arguments is produced inline.
|
| - // Consumes the Results *left and *right.
|
| + // Consumes the Results left and right.
|
| Result LikelySmiBinaryOperation(Token::Value op,
|
| Result* left,
|
| Result* right,
|
|
|