Fix comment typo. NFCI.

llvm-svn: 345758
This commit is contained in:
Simon Pilgrim 2018-10-31 18:19:52 +00:00
parent 886893883a
commit 077a9adb00
1 changed files with 1 additions and 1 deletions

View 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(