Add the corresponding change for turbofan unsupported port.

this is introduced by 88c4f52cb2 (r26783)

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26906}
This commit is contained in:
chunyang.dai 2015-02-26 23:39:37 -08:00 committed by Commit bot
parent 852792048c
commit 2e2c9b2ac8

View File

@ -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,