forked from OSchip/llvm-project
Remove unnecessary commented out argument. NFCI.
llvm-svn: 306824
This commit is contained in:
parent
582d0c872a
commit
d1698af8c8
|
@ -2722,7 +2722,7 @@ public:
|
|||
// 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.
|
||||
virtual bool isDesirableToCommuteWithShift(const SDNode *N /*Op*/) const {
|
||||
virtual bool isDesirableToCommuteWithShift(const SDNode *N) const {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue