mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a0bc7fc7bd
commit
91ee18c1f7
@ -132,7 +132,7 @@ public:
|
|||||||
unsigned OpNum,
|
unsigned OpNum,
|
||||||
MachineInstr* LoadMI) const;
|
MachineInstr* LoadMI) const;
|
||||||
|
|
||||||
/// unfoldMemoryOperand - Separate a single instruction which folded a load or a
|
/// unfoldMemoryOperand - Separate a single instruction which folded a load or
|
||||||
/// a store or a load and a store into two or more instruction. If this is
|
/// a store or a load and a store into two or more instruction. If this is
|
||||||
/// possible, returns true as well as the new instructions by reference.
|
/// possible, returns true as well as the new instructions by reference.
|
||||||
bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
|
bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user