[llvm] 831898f - [SelectionDAG] Fix copy/paste mistake in comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 30 19:36:25 PST 2019
Author: Craig Topper
Date: 2019-12-30T19:36:04-08:00
New Revision: 831898ff8acd4f5d8c5a644e6e566cefa23e2d6c
URL: https://github.com/llvm/llvm-project/commit/831898ff8acd4f5d8c5a644e6e566cefa23e2d6c
DIFF: https://github.com/llvm/llvm-project/commit/831898ff8acd4f5d8c5a644e6e566cefa23e2d6c.diff
LOG: [SelectionDAG] Fix copy/paste mistake in comment. NFC
I think this was copied from scalarizeVectorLoad where that is
what happens.
Added:
Modified:
llvm/include/llvm/CodeGen/TargetLowering.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/TargetLowering.h b/llvm/include/llvm/CodeGen/TargetLowering.h
index b03a25ed9ee4..1f13d8d6b75b 100644
--- a/llvm/include/llvm/CodeGen/TargetLowering.h
+++ b/llvm/include/llvm/CodeGen/TargetLowering.h
@@ -4141,7 +4141,7 @@ class TargetLowering : public TargetLoweringBase {
// 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
More information about the llvm-commits
mailing list