Skip to content
Snippets Groups Projects
Commit c975d7b3 authored by Evan Cheng's avatar Evan Cheng
Browse files

Forgot this.

llvm-svn: 49247
parent b5fdc923
No related branches found
No related tags found
No related merge requests found
......@@ -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.
///
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment