Commit 07c6814d authored by chunyang.dai's avatar chunyang.dai Committed by Commit bot

Add dummy implementation for turbofan unsupported platform.

   This function is defined in feb28907.
   (https://codereview.chromium.org/892513003).

   original commit message:
    [turbofan] Initial support for Switch.

    Adds Switch and Case operators to TurboFan and handles them
    appropriately in instruction selection and code generation.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26533}
parent 4357bef5
......@@ -611,6 +611,11 @@ void CodeGenerator::AssembleSwap(InstructionOperand* source,
void CodeGenerator::AddNopForSmiCodeInlining() { UNIMPLEMENTED(); }
void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) {
UNIMPLEMENTED();
}
#endif // !V8_TURBOFAN_BACKEND
......
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