Index: src/hydrogen.h |
=================================================================== |
--- src/hydrogen.h (revision 8347) |
+++ src/hydrogen.h (working copy) |
@@ -882,9 +882,8 @@ |
ZoneMapList* types, |
Handle<String> name); |
- HCompareSymbolEq* BuildSymbolCompare(HValue* left, |
- HValue* right, |
- Token::Value op); |
+ HCompareObjectEq* BuildSymbolCompare(HValue* left, |
+ HValue* right); |
HStringCharCodeAt* BuildStringCharCodeAt(HValue* string, |
HValue* index); |
HInstruction* BuildBinaryOperation(BinaryOperation* expr, |