Fix bug in propagation of type information into registers.
authorfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Mar 2010 09:49:03 +0000 (09:49 +0000)
committerfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Mar 2010 09:49:03 +0000 (09:49 +0000)
commit3ca93673411505f7cdaef871edd1f77cd50459cd
treef20e8a58daa8383d275a45e3549ce65f4473a67e
parent4496250e51270a1d538578093513208d3f38fea8
Fix bug in propagation of type information into registers.

The number type information of results has to be also copied when
calling ToRegister with a fixed register as destination.

Also fix an unbound label and a missing CpuFeatures scope.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4155 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ia32/codegen-ia32.cc
src/ia32/register-allocator-ia32.cc
src/x64/register-allocator-x64.cc