Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index e49e86024f29e1ced61783a8d16173703e612a50..5fa3b7802a9808935bdcdb9b92359cb5e8d83444 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -2242,6 +2242,9 @@ class HCallJSFunction final : public HCall<1> { |
}; |
+enum CallMode { NORMAL_CALL, TAIL_CALL }; |
+ |
+ |
class HCallWithDescriptor final : public HInstruction { |
public: |
static HCallWithDescriptor* New(Isolate* isolate, Zone* zone, HValue* context, |