mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Rename MemOperand to MachineMemOperand. This was suggested by
review feedback from Chris quite a while ago. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49348 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -401,7 +401,7 @@ public:
|
||||
|
||||
// getMemOperand - Construct a node to track a memory reference
|
||||
// through the backend.
|
||||
SDOperand getMemOperand(const MemOperand &MO);
|
||||
SDOperand getMemOperand(const MachineMemOperand &MO);
|
||||
|
||||
/// UpdateNodeOperands - *Mutate* the specified node in-place to have the
|
||||
/// specified operands. If the resultant node already exists in the DAG,
|
||||
|
Reference in New Issue
Block a user