Index: src/compiler/type-hint-analyzer.h |
diff --git a/src/compiler/type-hint-analyzer.h b/src/compiler/type-hint-analyzer.h |
index ac13bf29a8cc24154085104d0bde47ed54541e33..3edd34ca147026ed8dc7acd858baf1cb6045cf1b 100644 |
--- a/src/compiler/type-hint-analyzer.h |
+++ b/src/compiler/type-hint-analyzer.h |
@@ -5,8 +5,8 @@ |
#ifndef V8_COMPILER_TYPE_HINT_ANALYZER_H_ |
#define V8_COMPILER_TYPE_HINT_ANALYZER_H_ |
-#include "src/compiler/type-hints.h" |
#include "src/handles.h" |
+#include "src/type-hints.h" |
#include "src/zone-containers.h" |
namespace v8 { |
@@ -50,9 +50,6 @@ class TypeHintAnalyzer final { |
DISALLOW_COPY_AND_ASSIGN(TypeHintAnalyzer); |
}; |
-BinaryOperationHint BinaryOperationHintFromFeedback(int type_feedback); |
-CompareOperationHint CompareOperationHintFromFeedback(int type_feedback); |
- |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |