[DAG] Fix typo in isDesirableToCommuteWithShift description. NFC.

This commit is contained in:
Simon Pilgrim 2022-07-18 13:10:22 +01:00
parent 07ab0cb4e7
commit c2ab5c5514
1 changed files with 1 additions and 1 deletions

View File

@ -3874,7 +3874,7 @@ public:
virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
/// Return true if it is profitable to move this shift by a constant amount
/// though its operand, adjusting any immediate operands as necessary to
/// through its operand, adjusting any immediate operands as necessary to
/// preserve semantics. This transformation may not be desirable if it
/// disrupts a particularly auspicious target-specific tree (e.g. bitfield
/// extraction in AArch64). By default, it returns true.