mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Rename MRegisterInfo to TargetRegisterInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class MRegisterInfo;
|
||||
class TargetRegisterInfo;
|
||||
|
||||
class LiveVariables : public MachineFunctionPass {
|
||||
public:
|
||||
@@ -130,7 +130,7 @@ private:
|
||||
private: // Intermediate data structures
|
||||
MachineFunction *MF;
|
||||
|
||||
const MRegisterInfo *RegInfo;
|
||||
const TargetRegisterInfo *RegInfo;
|
||||
|
||||
// PhysRegInfo - Keep track of which instruction was the last def/use of a
|
||||
// physical register. This is a purely local property, because all physical
|
||||
|
||||
Reference in New Issue
Block a user