diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-02-28 22:25:06 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-02-28 22:25:06 +0000 |
| commit | 1c3eaecc09252d4ef977344d9499758185536847 (patch) | |
| tree | dec03779dfc631fe8d344b22dec2c5af36778bd6 | |
| parent | c296fcc39e5bbb187251d76103afaa9f5c6293e9 (diff) | |
| download | bcm5719-llvm-1c3eaecc09252d4ef977344d9499758185536847.tar.gz bcm5719-llvm-1c3eaecc09252d4ef977344d9499758185536847.zip | |
fix typo; NFC
llvm-svn: 230876
| -rw-r--r-- | llvm/lib/IR/AutoUpgrade.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/AutoUpgrade.cpp b/llvm/lib/IR/AutoUpgrade.cpp index 2bb4c79a46d..8306a1afeed 100644 --- a/llvm/lib/IR/AutoUpgrade.cpp +++ b/llvm/lib/IR/AutoUpgrade.cpp @@ -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, |

