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