[DAG] Fix typo in isDesirableToCommuteWithShift description. NFC.
This commit is contained in:
parent
07ab0cb4e7
commit
c2ab5c5514
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue