Fix build again after renaming.

Review URL: http://codereview.chromium.org/1335001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4275 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d2023209
......@@ -517,7 +517,7 @@ void CodeGenerator::ConvertInt32ResultToSmi(Result* value) {
ASSERT(value->handle()->IsSmi());
}
value->set_untagged_int32(false);
value->set_number_info(NumberInfo::Smi());
value->set_type_info(TypeInfo::Smi());
}
......@@ -569,7 +569,7 @@ void CodeGenerator::ConvertInt32ResultToNumber(Result* value) {
ASSERT(value->is_constant());
}
value->set_untagged_int32(false);
value->set_number_info(NumberInfo::Integer32());
value->set_type_info(TypeInfo::Integer32());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment