From 077a9adb001dd187ef57509f827bbee0a780f572 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 31 Oct 2018 18:19:52 +0000 Subject: Fix comment typo. NFCI. llvm-svn: 345758 --- llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp') diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 9b5aa480705..a96b8628ac8 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -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. <0, 1, 0, 1> -> v8i16 <0, 1, 2, 3, 0, 1, 2, 3> SDValue SelectionDAGLegalize::ShuffleWithNarrowerEltType( -- cgit v1.2.3