| Index: src/compiler/type-hint-analyzer.cc
|
| diff --git a/src/compiler/type-hint-analyzer.cc b/src/compiler/type-hint-analyzer.cc
|
| index 3146f11b8f08b618952d07284409c8a79ddae0bd..8e7a0f3eae5c7e8095332358ad07bc879044abac 100644
|
| --- a/src/compiler/type-hint-analyzer.cc
|
| +++ b/src/compiler/type-hint-analyzer.cc
|
| @@ -136,7 +136,7 @@ TypeHintAnalysis* TypeHintAnalyzer::Analyze(Handle<Code> code) {
|
| BinaryOperationHint BinaryOperationHintFromFeedback(int type_feedback) {
|
| switch (type_feedback) {
|
| case BinaryOperationFeedback::kSignedSmall:
|
| - return BinaryOperationHint::kSigned32;
|
| + return BinaryOperationHint::kSignedSmall;
|
| case BinaryOperationFeedback::kNumber:
|
| return BinaryOperationHint::kNumberOrOddball;
|
| case BinaryOperationFeedback::kAny:
|
|
|