forked from OSchip/llvm-project
[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:
parent
991f7abdfc
commit
831898ff8a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue