mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Fix typo (also tab character).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a75173cb9e
commit
9572a1c8c9
@ -2020,7 +2020,7 @@ public:
|
||||
/// Return true if it is profitable to move a following shift through this
|
||||
// node, 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 extractionon in AArch64).
|
||||
// auspicious target-specific tree (e.g. bitfield extraction in AArch64).
|
||||
// By default, it returns true.
|
||||
virtual bool isDesirableToCommuteWithShift(const SDNode *N /*Op*/) const {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user