[llvm] r218739 - Fix typo in comment from r218733

Nick Lewycky nicholas at mxc.ca
Tue Sep 30 20:37:34 PDT 2014


Author: nicholas
Date: Tue Sep 30 22:37:34 2014
New Revision: 218739

URL: http://llvm.org/viewvc/llvm-project?rev=218739&view=rev
Log:
Fix typo in comment from r218733

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=218739&r1=218738&r2=218739&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Tue Sep 30 22:37:34 2014
@@ -8209,7 +8209,7 @@ static SDValue lowerV4I32VectorShuffle(S
   assert(Mask.size() == 4 && "Unexpected mask size for v4 shuffle!");
 
   // Whenever we can lower this as a zext, that instruction is strictly faster
-  // than any alternative. It also allows us to fold memory operansd into the
+  // than any alternative. It also allows us to fold memory operands into the
   // shuffle in many cases.
   if (SDValue ZExt = lowerVectorShuffleAsZeroOrAnyExtend(DL, MVT::v4i32, V1, V2,
                                                          Mask, Subtarget, DAG))





More information about the llvm-commits mailing list