projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c296fcc
)
fix typo; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Sat, 28 Feb 2015 22:25:06 +0000
(22:25 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Sat, 28 Feb 2015 22:25:06 +0000
(22:25 +0000)
llvm-svn: 230876
llvm/lib/IR/AutoUpgrade.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/IR/AutoUpgrade.cpp
b/llvm/lib/IR/AutoUpgrade.cpp
index
2bb4c79
..
8306a1a
100644
(file)
--- 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 mask
e
s 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,