Revision: 12382
Author:   [email protected]
Date:     Mon Aug 27 02:05:07 2012
Log:      Unbreak MIPS build.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/mips/lithium-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.cc Fri Aug 10 02:05:42 2012 +++ /branches/bleeding_edge/src/mips/lithium-mips.cc Mon Aug 27 02:05:07 2012
@@ -880,7 +880,9 @@
     } else {
       op = UseAny(value);
     }
-    result->AddValue(op, value->representation());
+    result->AddValue(op,
+                     value->representation(),
+                     value->CheckFlag(HInstruction::kUint32));
   }

   if (hydrogen_env->frame_type() == JS_FUNCTION) {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to