Reviewers: William Hesse,

Description:
Fix build again after renaming.

tbr=whe...@chromium.org,

Committed: http://code.google.com/p/v8/source/detail?r=4275

Please review this at http://codereview.chromium.org/1335001

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/ia32/codegen-ia32.cc


Index: src/ia32/codegen-ia32.cc
===================================================================
--- src/ia32/codegen-ia32.cc    (revision 4274)
+++ src/ia32/codegen-ia32.cc    (working copy)
@@ -517,7 +517,7 @@
     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 @@
     ASSERT(value->is_constant());
   }
   value->set_untagged_int32(false);
-  value->set_number_info(NumberInfo::Integer32());
+  value->set_type_info(TypeInfo::Integer32());
 }




--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to