Reviewers: Michael Starzinger, Benedikt Meurer,
Message:
PTAL.
thanks
Description:
Add the corresponding change for turbofan unsupported port.
this is introduced by 88c4f52cb27474989a646d6c9433bbab3e55f8ae (r26783)
BUG=
Please review this at https://codereview.chromium.org/958243004/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+3, -1 lines):
M src/compiler/instruction-selector.cc
Index: src/compiler/instruction-selector.cc
diff --git a/src/compiler/instruction-selector.cc
b/src/compiler/instruction-selector.cc
index
8b8f3c134e9f3c6b8216b4ade40595179ae71727..52aa233df83419e9aac39dd7a1b8f1e6f057774e
100644
--- a/src/compiler/instruction-selector.cc
+++ b/src/compiler/instruction-selector.cc
@@ -1203,7 +1203,9 @@ MACHINE_OP_LIST(DECLARE_UNIMPLEMENTED_SELECTOR)
#undef DECLARE_UNIMPLEMENTED_SELECTOR
-void InstructionSelector::VisitCall(Node* node) { UNIMPLEMENTED(); }
+void InstructionSelector::VisitCall(Node* node, BasicBlock* handler) {
+ UNIMPLEMENTED();
+}
void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch,
--
--
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.