Make sure SP is always aligned on a 2 byte boundary
[oota-llvm.git] / lib / Target / MSP430 / MSP430FrameLowering.h
index c673f59b5efc4fb935df80c1d5911ae9a337c914..8370714a594bfb993ed19b608621376601a29ad1 100644 (file)
@@ -27,8 +27,8 @@ protected:
 
 public:
   explicit MSP430FrameLowering(const MSP430Subtarget &sti)
-    : TargetFrameLowering(TargetFrameLowering::StackGrowsDown, 2, -2), STI(sti) {
-  }
+    : TargetFrameLowering(TargetFrameLowering::StackGrowsDown, 2, -2, 2),
+      STI(sti) {}
 
   /// emitProlog/emitEpilog - These methods insert prolog and epilog code into
   /// the function.