| Index: src/compiler/type-hint-analyzer.h
|
| diff --git a/src/compiler/type-hint-analyzer.h b/src/compiler/type-hint-analyzer.h
|
| index e48938a976302f0b93c51603493700595bad5377..ac13bf29a8cc24154085104d0bde47ed54541e33 100644
|
| --- a/src/compiler/type-hint-analyzer.h
|
| +++ b/src/compiler/type-hint-analyzer.h
|
| @@ -51,6 +51,7 @@ class TypeHintAnalyzer final {
|
| };
|
|
|
| BinaryOperationHint BinaryOperationHintFromFeedback(int type_feedback);
|
| +CompareOperationHint CompareOperationHintFromFeedback(int type_feedback);
|
|
|
| } // namespace compiler
|
| } // namespace internal
|
|
|