Commit 2e2c9b2a authored by chunyang.dai's avatar chunyang.dai Committed by Commit bot

Add the corresponding change for turbofan unsupported port.

 this is introduced by 88c4f52c (r26783)

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26906}
parent 85279204
...@@ -1203,7 +1203,9 @@ MACHINE_OP_LIST(DECLARE_UNIMPLEMENTED_SELECTOR) ...@@ -1203,7 +1203,9 @@ MACHINE_OP_LIST(DECLARE_UNIMPLEMENTED_SELECTOR)
#undef 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, void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment