Reviewers: danno, paul.l..., gergely.kis.imgtec, akos.palfi.imgtec,
dusmil.imgtec, titzer,
Description:
Fix r23638 "Convert Linkage to use MachineSignature." for crankshaft only
architectures.
BUG=
Please review this at https://codereview.chromium.org/538553002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -3 lines):
M src/compiler/linkage.cc
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index
adeeccb08fbadda1f28f7c7ca9f277990bbebe26..9fac9c347307a8cf3a13dad3251fb7f4a1043598
100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -155,9 +155,8 @@ CallDescriptor* Linkage::GetStubCallDescriptor(
}
-CallDescriptor* Linkage::GetSimplifiedCDescriptor(
- Zone* zone, int num_params, MachineType return_type,
- const MachineType* param_types) {
+CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone,
+ MachineSignature* sig) {
UNIMPLEMENTED();
return NULL;
}
--
--
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.