| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 490d7b2a3dc3a94a2d4744b8158230cd979be533..a8d7d98376585e9eca56bd112f8a72bd64dfbf9a 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -162,7 +162,8 @@ namespace internal {
|
| V(kOperandNotANumber, "Operand not a number") \
|
| V(kObjectTagged, "The object is tagged") \
|
| V(kObjectNotTagged, "The object is not tagged") \
|
| - V(kOptimizationDisabled, "Optimization is disabled") \
|
| + V(kOptimizationDisabled, "Optimization disabled") \
|
| + V(kOptimizationDisabledForTest, "Optimization disabled for test") \
|
| V(kOptimizedTooManyTimes, "Optimized too many times") \
|
| V(kOutOfVirtualRegistersWhileTryingToAllocateTempRegister, \
|
| "Out of virtual registers while trying to allocate temp register") \
|
|
|