Index: src/type-feedback-vector-inl.h |
diff --git a/src/type-feedback-vector-inl.h b/src/type-feedback-vector-inl.h |
index b35b07010f50b986f65764041416961554421f95..4a1c01f1bc9fc096d1f3d2d1ee42220bf09c19f7 100644 |
--- a/src/type-feedback-vector-inl.h |
+++ b/src/type-feedback-vector-inl.h |
@@ -170,7 +170,7 @@ void TypeFeedbackVector::ComputeCounts(int* with_type_info, int* generic, |
// interpreter. |
// TODO(mvstanton): Remove code_is_interpreted when full code |
// is retired from service. |
- if (code_is_interpreted) continue; |
+ if (!code_is_interpreted) continue; |
DCHECK(obj->IsSmi()); |
int op_feedback = static_cast<int>(Smi::cast(obj)->value()); |