So that we can include frame lowering in the subtarget, remove include
[oota-llvm.git] / lib / Target / Mips / Mips16FrameLowering.h
index 3f7829dd6b3f15bb9cd185362ed19ad462c1bcd1..1fb7eda0e915f52222c3737dd16a698ba8487224 100644 (file)
@@ -19,8 +19,7 @@
 namespace llvm {
 class Mips16FrameLowering : public MipsFrameLowering {
 public:
-  explicit Mips16FrameLowering(const MipsSubtarget &STI)
-    : MipsFrameLowering(STI, STI.stackAlignment()) {}
+  explicit Mips16FrameLowering(const MipsSubtarget &STI);
 
   /// emitProlog/emitEpilog - These methods insert prolog and epilog code into
   /// the function.