OSDN Git Service

Fix comment typo. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 31 Oct 2018 18:19:52 +0000 (18:19 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 31 Oct 2018 18:19:52 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345758 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

index 9b5aa48..a96b862 100644 (file)
@@ -238,7 +238,7 @@ public:
 } // end anonymous namespace
 
 /// Return a vector shuffle operation which
-/// performs the same shuffe in terms of order or result bytes, but on a type
+/// performs the same shuffle in terms of order or result bytes, but on a type
 /// whose vector element type is narrower than the original shuffle type.
 /// e.g. <v4i32> <0, 1, 0, 1> -> v8i16 <0, 1, 2, 3, 0, 1, 2, 3>
 SDValue SelectionDAGLegalize::ShuffleWithNarrowerEltType(