Revision: 16194
Author:   [email protected]
Date:     Wed Aug 14 09:58:14 2013
Log:      Fix no-sse2 part 2.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/23154004
http://code.google.com/p/v8/source/detail?r=16194

Modified:
 /branches/bleeding_edge/src/ia32/lithium-codegen-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/lithium-codegen-ia32.cc Wed Aug 14 08:50:23 2013 +++ /branches/bleeding_edge/src/ia32/lithium-codegen-ia32.cc Wed Aug 14 09:58:14 2013
@@ -2511,7 +2511,7 @@
   } else {
     // Put the value to the top of stack
     X87Register src = ToX87Register(instr->object());
-    X87Fxch(src);
+    X87LoadForUsage(src);
     __ fld(0);
     __ fld(0);
     __ FCmp();

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to