1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove unnecessary commented out argument. NFCI.

llvm-svn: 306824
This commit is contained in:
Simon Pilgrim 2017-06-30 13:26:17 +00:00
parent cf611ddf91
commit 177518f67c

View File

@ -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;
}