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