mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61035 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -340,7 +340,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/// canFoldMemoryOperand - Returns true if the specified load / store is
|
/// canFoldMemoryOperand - Returns true for the specified load / store if
|
||||||
/// folding is possible.
|
/// folding is possible.
|
||||||
virtual
|
virtual
|
||||||
bool canFoldMemoryOperand(const MachineInstr *MI,
|
bool canFoldMemoryOperand(const MachineInstr *MI,
|
||||||
|
Reference in New Issue
Block a user