Commit 0dd0aa79 authored by Zhi An Ng's avatar Zhi An Ng Committed by Commit Bot

[x64] Remove extra SSSE3 scope

Bug: v8:11074
Change-Id: I343ad420a2fcbabf6493d657cd93c1b40d76fd3c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2644547Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72442}
parent 230e9803
......@@ -2143,7 +2143,6 @@ CodeGenerator::CodeGenResult CodeGenerator::AssembleArchInstruction(
break;
}
case kX64Movdqu: {
CpuFeatureScope sse_scope(tasm(), SSSE3);
EmitOOLTrapIfNeeded(zone(), this, opcode, instr, __ pc_offset());
if (instr->HasOutput()) {
__ Movdqu(i.OutputSimd128Register(), i.MemoryOperand());
......
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