Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 125ec58c6920a1e6645b575c61225ff7d31cb980..22c3bfa5c0ce880605536c1dceb13fcd23923861 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1429,15 +1429,11 @@ class HGraphBuilder { |
HValue** operand, |
HValue** shift_amount); |
- HValue* BuildBinaryOperation(Token::Value op, |
- HValue* left, |
- HValue* right, |
- Type* left_type, |
- Type* right_type, |
- Type* result_type, |
- Maybe<int> fixed_right_arg, |
+ HValue* BuildBinaryOperation(Token::Value op, HValue* left, HValue* right, |
+ Type* left_type, Type* right_type, |
+ Type* result_type, Maybe<int> fixed_right_arg, |
HAllocationMode allocation_mode, |
- LanguageMode language_mode); |
+ Strength strength); |
HLoadNamedField* AddLoadFixedArrayLength(HValue *object, |
HValue *dependency = NULL); |