summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-02-28 22:25:06 +0000
committerSanjay Patel <spatel@rotateright.com>2015-02-28 22:25:06 +0000
commit1c3eaecc09252d4ef977344d9499758185536847 (patch)
treedec03779dfc631fe8d344b22dec2c5af36778bd6 /llvm/lib/IR
parentc296fcc39e5bbb187251d76103afaa9f5c6293e9 (diff)
downloadbcm5719-llvm-1c3eaecc09252d4ef977344d9499758185536847.tar.gz
bcm5719-llvm-1c3eaecc09252d4ef977344d9499758185536847.zip
fix typo; NFC
llvm-svn: 230876
Diffstat (limited to 'llvm/lib/IR')
-rw-r--r--llvm/lib/IR/AutoUpgrade.cpp2
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,
OpenPOWER on IntegriCloud