Index: src/compiler/type-hints.cc |
diff --git a/src/compiler/type-hints.cc b/src/compiler/type-hints.cc |
index 3176cfc17cf9fc562c93599e4cec370caa42b089..a2821f2f7aa57ddad5feda3d65ccff54f0d91f13 100644 |
--- a/src/compiler/type-hints.cc |
+++ b/src/compiler/type-hints.cc |
@@ -39,6 +39,8 @@ std::ostream& operator<<(std::ostream& os, CompareOperationHints::Hint hint) { |
return os << "Boolean"; |
case CompareOperationHints::kSignedSmall: |
return os << "SignedSmall"; |
+ case CompareOperationHints::kNumber: |
+ return os << "Number"; |
case CompareOperationHints::kNumberOrOddball: |
return os << "NumberOrOddball"; |
case CompareOperationHints::kString: |