| Index: src/x64/codegen-x64.h
|
| ===================================================================
|
| --- src/x64/codegen-x64.h (revision 3478)
|
| +++ src/x64/codegen-x64.h (working copy)
|
| @@ -436,7 +436,7 @@
|
|
|
| void GenericBinaryOperation(
|
| Token::Value op,
|
| - SmiAnalysis* type,
|
| + StaticType* type,
|
| OverwriteMode overwrite_mode);
|
|
|
| // If possible, combine two constant smi values using op to produce
|
| @@ -449,7 +449,7 @@
|
| void ConstantSmiBinaryOperation(Token::Value op,
|
| Result* operand,
|
| Handle<Object> constant_operand,
|
| - SmiAnalysis* type,
|
| + StaticType* type,
|
| bool reversed,
|
| OverwriteMode overwrite_mode);
|
|
|
|
|