forked from OSchip/llvm-project
parent
dd3fa41f0f
commit
ea5c5c3c7c
|
@ -344,7 +344,7 @@ public:
|
||||||
MachineBasicBlock &MBB) const = 0;
|
MachineBasicBlock &MBB) const = 0;
|
||||||
|
|
||||||
/// getLocation - This method should return the actual location of a frame
|
/// getLocation - This method should return the actual location of a frame
|
||||||
/// variable given the frame index.
|
/// variable given the frame index. The location is returned in ML.
|
||||||
virtual void getLocation(MachineFunction &MF, unsigned Index,
|
virtual void getLocation(MachineFunction &MF, unsigned Index,
|
||||||
MachineLocation &ML) const = 0;
|
MachineLocation &ML) const = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue