OSDN Git Service

Fix typo in comment from r218733
authorNick Lewycky <nicholas@mxc.ca>
Wed, 1 Oct 2014 03:37:34 +0000 (03:37 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 1 Oct 2014 03:37:34 +0000 (03:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218739 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index a87cc80..3607f52 100644 (file)
@@ -8209,7 +8209,7 @@ static SDValue lowerV4I32VectorShuffle(SDValue Op, SDValue V1, SDValue V2,
   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))