mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Remove unnecessary commented out argument. NFCI.
llvm-svn: 306824
This commit is contained in:
parent
cf611ddf91
commit
177518f67c
@ -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
Block a user