Switch most getReservedRegs() clients to the MRI equivalent.
[oota-llvm.git] / include / llvm / Target / TargetFrameLowering.h
index 4c759b2ccb9fc3cdab306bbd89a2db7d1088deca..d56db7b5118e9e305a56b43904b3971305a9dff7 100644 (file)
@@ -15,8 +15,6 @@
 #define LLVM_TARGET_TARGETFRAMELOWERING_H
 
 #include "llvm/CodeGen/MachineBasicBlock.h"
-#include "llvm/MC/MCDwarf.h"
-#include "llvm/ADT/ArrayRef.h"
 
 #include <utility>
 #include <vector>
@@ -24,8 +22,6 @@
 namespace llvm {
   class CalleeSavedInfo;
   class MachineFunction;
-  class MachineBasicBlock;
-  class MachineMove;
   class RegScavenger;
 
 /// Information about stack frame layout on the target.  It holds the direction