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:
Dan Gohman
2008-02-10 18:45:23 +00:00
parent 6bbba6691e
commit 6f0d024a53
107 changed files with 614 additions and 596 deletions
+2 -2
View File
@@ -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