Revision: 23471
Author:   [email protected]
Date:     Thu Aug 28 03:24:49 2014 UTC
Log:      X87: Minor-key-ify BinaryOpICWithAllocationSiteStub.

port r23444.

original commit message:
  Minor-key-ify BinaryOpICWithAllocationSiteStub.

BUG=
[email protected]

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

Patch from Chunyang Dai <[email protected]>.
https://code.google.com/p/v8/source/detail?r=23471

Modified:
 /branches/bleeding_edge/src/x87/code-stubs-x87.cc

=======================================
--- /branches/bleeding_edge/src/x87/code-stubs-x87.cc Wed Aug 27 08:15:14 2014 UTC +++ /branches/bleeding_edge/src/x87/code-stubs-x87.cc Thu Aug 28 03:24:49 2014 UTC
@@ -3301,7 +3301,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