Commit d4d9d383 authored by Benedikt Meurer's avatar Benedikt Meurer

[ia32] Fix typo in no-SSE4.1 code.

TBR=dcarney@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27007}
parent 4436c264
......@@ -2453,7 +2453,7 @@ void MacroAssembler::Pextrd(Register dst, XMMRegister src, int8_t imm8) {
return;
}
pshufd(xmm0, src, 1);
movd(dst, src);
movd(dst, xmm0);
}
......
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