diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-10-31 18:19:52 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-10-31 18:19:52 +0000 |
commit | 077a9adb001dd187ef57509f827bbee0a780f572 (patch) | |
tree | e95c1fbd7becfcdc278b0ebe488fa3a9de36e23c /llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | |
parent | 886893883ad6155f6b2b8174e43877b0b0d130a6 (diff) | |
download | bcm5719-llvm-077a9adb001dd187ef57509f827bbee0a780f572.tar.gz bcm5719-llvm-077a9adb001dd187ef57509f827bbee0a780f572.zip |
Fix comment typo. NFCI.
llvm-svn: 345758
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. <v4i32> <0, 1, 0, 1> -> v8i16 <0, 1, 2, 3, 0, 1, 2, 3> SDValue SelectionDAGLegalize::ShuffleWithNarrowerEltType( |