Revision: 23434
Author: [email protected]
Date: Wed Aug 27 08:15:14 2014 UTC
Log: X87: Minor-key-ify new LoadICTrampolineStub.
port r23409.
original commit message:
Minor-key-ify new LoadICTrampolineStub.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/513613003
Patch from Chunyang Dai <[email protected]>.
https://code.google.com/p/v8/source/detail?r=23434
Modified:
/branches/bleeding_edge/src/x87/code-stubs-x87.cc
=======================================
--- /branches/bleeding_edge/src/x87/code-stubs-x87.cc Wed Aug 27 07:58:51
2014 UTC
+++ /branches/bleeding_edge/src/x87/code-stubs-x87.cc Wed Aug 27 08:15:14
2014 UTC
@@ -4142,7 +4142,7 @@
void LoadICTrampolineStub::Generate(MacroAssembler* masm) {
EmitLoadTypeFeedbackVector(masm,
FullVectorLoadConvention::VectorRegister());
- VectorLoadStub stub(isolate(), state_);
+ VectorLoadStub stub(isolate(), state());
__ jmp(stub.GetCode(), RelocInfo::CODE_TARGET);
}
--
--
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.