[llvm] r230876 - fix typo; NFC

Sanjay Patel spatel at rotateright.com
Sat Feb 28 14:25:06 PST 2015


Author: spatel
Date: Sat Feb 28 16:25:06 2015
New Revision: 230876

URL: http://llvm.org/viewvc/llvm-project?rev=230876&view=rev
Log:
fix typo; NFC

Modified:
    llvm/trunk/lib/IR/AutoUpgrade.cpp

Modified: llvm/trunk/lib/IR/AutoUpgrade.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/AutoUpgrade.cpp?rev=230876&r1=230875&r2=230876&view=diff
==============================================================================
--- llvm/trunk/lib/IR/AutoUpgrade.cpp (original)
+++ llvm/trunk/lib/IR/AutoUpgrade.cpp Sat Feb 28 16:25:06 2015
@@ -192,7 +192,7 @@ static bool UpgradeIntrinsicFunction1(Fu
       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,





More information about the llvm-commits mailing list