[mips] Partially revert r193641. Stack alignment should not be determined by
[oota-llvm.git] / lib / Target / Mips / MipsSubtarget.h
index 7c175537a725b7d5052697a8c7e844ec2a4aa677..6b2ab1238b875651a8300355cb4b37f27984d0c9 100644 (file)
@@ -217,7 +217,7 @@ public:
 //
 static bool useConstantIslands();
 
-  unsigned stackAlignment() const { return isFP64bit() ? 16 : 8; }
+  unsigned stackAlignment() const { return hasMips64() ? 16 : 8; }
 
   // Grab MipsRegInfo object
   const MipsReginfo &getMReginfo() const { return MRI; }