1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Forgot this.

llvm-svn: 49247
This commit is contained in:
Evan Cheng 2008-04-05 02:17:58 +00:00
parent d7d1c94e67
commit 9045e3dd2f

View File

@ -22,6 +22,7 @@
namespace llvm {
class MachineRegisterInfo;
class TargetRegisterInfo;
class TargetInstrInfo;
class TargetRegisterClass;
@ -129,6 +130,7 @@ public:
private:
const TargetRegisterInfo *TRI;
const TargetInstrInfo *TII;
MachineRegisterInfo* MRI;
/// CalleeSavedrRegs - A bitvector of callee saved registers for the target.
///