mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100726 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87d677c185
commit
2dbc8bdfe9
@ -182,7 +182,7 @@ public:
|
||||
/// store to a stack slot, return true along with the FrameIndex of
|
||||
/// the loaded stack slot and the machine mem operand containing the
|
||||
/// reference. If not, return false. Unlike isStoreToStackSlot,
|
||||
/// this returns true for any instructions that loads from the
|
||||
/// this returns true for any instructions that stores to the
|
||||
/// stack. This is just a hint, as some cases may be missed.
|
||||
virtual bool hasStoreToStackSlot(const MachineInstr *MI,
|
||||
const MachineMemOperand *&MMO,
|
||||
|
Loading…
x
Reference in New Issue
Block a user