Fix bug in comparison of two smis that differ by MIN_SMI on full compiler on all...
authorwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 18 Oct 2010 14:04:28 +0000 (14:04 +0000)
committerwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 18 Oct 2010 14:04:28 +0000 (14:04 +0000)
commite08e43691ac14a3772ae760ba2d2afdfcaeda33d
treee2722aa435af47a755c018a39bc18019640acb4b
parent9673ee5d594799424b0c761ce378b399d276c891
Fix bug in comparison of two smis that differ by MIN_SMI on full compiler on all platforms.
Review URL: http://codereview.chromium.org/3767016

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5643 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/code-stubs-arm.cc
src/ia32/code-stubs-ia32.cc
src/x64/code-stubs-x64.cc
test/mjsunit/int32-ops.js [new file with mode: 0644]
test/mjsunit/smi-ops.js