Index: src/jump-target-inl.h |
=================================================================== |
--- src/jump-target-inl.h (revision 4259) |
+++ src/jump-target-inl.h (working copy) |
@@ -46,7 +46,7 @@ |
entry_frame_->elements_[target->index()].set_copied(); |
} |
if (direction_ == BIDIRECTIONAL && !target->is_copy()) { |
- element->set_number_info(NumberInfo::Unknown()); |
+ element->set_type_info(TypeInfo::Unknown()); |
} |
} |