[SelectionDAG] Fix copy/paste mistake in comment. NFC

I think this was copied from scalarizeVectorLoad where that is
what happens.
This commit is contained in:
Craig Topper 2019-12-30 18:01:59 -08:00
parent 991f7abdfc
commit 831898ff8a
1 changed files with 1 additions and 1 deletions

View File

@ -4141,7 +4141,7 @@ public:
// Turn a store of a vector type into stores of the individual elements.
/// \param ST Store with a vector value type
/// \returns MERGE_VALUs of the individual store chains.
/// \returns TokenFactor of the individual store chains.
SDValue scalarizeVectorStore(StoreSDNode *ST, SelectionDAG &DAG) const;
/// Expands an unaligned load to 2 half-size loads for an integer, and