mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230876 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
837f19eb80
commit
776b3011a7
@ -192,7 +192,7 @@ static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) {
|
||||
if (Name == "x86.sse41.ptestnzc")
|
||||
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.
|
||||
if (Name == "x86.sse41.insertps")
|
||||
return UpgradeX86IntrinsicsWith8BitMask(F, Intrinsic::x86_sse41_insertps,
|
||||
|
Loading…
Reference in New Issue
Block a user