ia32: Fix comparisons of two constant double operands when exactly one of them is...
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 29 Oct 2013 14:34:07 +0000 (14:34 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 29 Oct 2013 14:34:07 +0000 (14:34 +0000)
commit9e88c23cbfc3ca7f1a1f5c3eb19885051d4245f6
treecbf714f4e1197b186d220580fab95083432194b0
parente8a3044f2d11d1cba77db2aaa46da28aeeae638c
ia32: Fix comparisons of two constant double operands when exactly one of them is in new space.

R=titzer@chromium.org

Review URL: https://codereview.chromium.org/46883008

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17428 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ia32/lithium-ia32.cc
test/mjsunit/regress/regress-compare-constant-doubles.js [new file with mode: 0644]