[llvm] r230338 - fix typo in comment; NFC

Sanjay Patel spatel at rotateright.com
Tue Feb 24 08:11:06 PST 2015


Author: spatel
Date: Tue Feb 24 10:11:05 2015
New Revision: 230338

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

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=230338&r1=230337&r2=230338&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Tue Feb 24 10:11:05 2015
@@ -22902,7 +22902,7 @@ static SDValue PerformINSERTPSCombine(SD
   if (MayFoldLoad(Ld)) {
     // Extract the countS bits from the immediate so we can get the proper
     // address when narrowing the vector load to a specific element.
-    // When the second source op is a memory address, interps doesn't use
+    // When the second source op is a memory address, insertps doesn't use
     // countS and just gets an f32 from that address.
     unsigned DestIndex =
         cast<ConstantSDNode>(N->getOperand(2))->getZExtValue() >> 6;





More information about the llvm-commits mailing list