fix typo; NFC

llvm-svn: 230876
This commit is contained in:
Sanjay Patel 2015-02-28 22:25:06 +00:00
parent c296fcc39e
commit 1c3eaecc09
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) {
if (Name == "x86.sse41.ptestnzc") if (Name == "x86.sse41.ptestnzc")
return UpgradeSSE41Function(F, Intrinsic::x86_sse41_ptestnzc, NewFn); return UpgradeSSE41Function(F, Intrinsic::x86_sse41_ptestnzc, NewFn);
} }
// Several blend and other instructions with maskes used the wrong number of // Several blend and other instructions with masks used the wrong number of
// bits. // bits.
if (Name == "x86.sse41.insertps") if (Name == "x86.sse41.insertps")
return UpgradeX86IntrinsicsWith8BitMask(F, Intrinsic::x86_sse41_insertps, return UpgradeX86IntrinsicsWith8BitMask(F, Intrinsic::x86_sse41_insertps,