Define multiclasses for FP-to-FP instructions.
[oota-llvm.git] / lib / Target / Mips / MipsFrameLowering.h
index a778fde7a332eafa9c1e6e93fd4eef576790160f..c24975614c8d57f7202ffc933d0c46ee6ee3cd89 100644 (file)
@@ -27,7 +27,8 @@ protected:
 
 public:
   explicit MipsFrameLowering(const MipsSubtarget &sti)
-    : TargetFrameLowering(StackGrowsDown, 8, 0), STI(sti) {
+    : TargetFrameLowering(StackGrowsDown, sti.hasMips64() ? 16 : 8, 0),
+      STI(sti) {
   }
 
   bool targetHandlesStackFrameRounding() const;