Revision: 23461
Author:   [email protected]
Date:     Wed Aug 27 14:22:48 2014 UTC
Log:      MIPS: Minor-key-ify BinaryOpICWithAllocationSiteStub.

Port r23444 (0331267)

BUG=
[email protected]

Review URL: https://codereview.chromium.org/505933003
https://code.google.com/p/v8/source/detail?r=23461

Modified:
 /branches/bleeding_edge/src/mips/code-stubs-mips.cc
 /branches/bleeding_edge/src/mips64/code-stubs-mips64.cc

=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Tue Aug 26 19:35:48 2014 UTC +++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Wed Aug 27 14:22:48 2014 UTC
@@ -3878,7 +3878,7 @@

   // Tail call into the stub that handles binary operations with allocation
   // sites.
-  BinaryOpWithAllocationSiteStub stub(isolate(), state_);
+  BinaryOpWithAllocationSiteStub stub(isolate(), state());
   __ TailCallStub(&stub);
 }

=======================================
--- /branches/bleeding_edge/src/mips64/code-stubs-mips64.cc Tue Aug 26 19:35:48 2014 UTC +++ /branches/bleeding_edge/src/mips64/code-stubs-mips64.cc Wed Aug 27 14:22:48 2014 UTC
@@ -3914,7 +3914,7 @@

   // Tail call into the stub that handles binary operations with allocation
   // sites.
-  BinaryOpWithAllocationSiteStub stub(isolate(), state_);
+  BinaryOpWithAllocationSiteStub stub(isolate(), state());
   __ TailCallStub(&stub);
 }

--
--
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/d/optout.

Reply via email to