Fix an issue in the ARM port where a left shift was predicted to have a Smi result...
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 23 Aug 2010 07:53:03 +0000 (07:53 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 23 Aug 2010 07:53:03 +0000 (07:53 +0000)
commit0c60beb3f2fd087438c94272310a1d82adeaf2a2
treeb822a2480201055343f0a4a9867fb259eeabd5f4
parent0c446a689611a6f2a1b9b0132e5c081c0acb90a9
Fix an issue in the ARM port where a left shift was predicted to have a Smi result when it had an int32 result.  This is a commit of codereview.chromium.org/3195004 for Rodolph Perfetta

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5315 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/codegen-arm.cc