From 5635de519acc30856ac3081559b507679348ad26 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Mon, 11 Nov 2013 21:49:03 +0000 Subject: [mips] Partially revert r193641. Stack alignment should not be determined by the floating point register mode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194423 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/stack-alignment.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/CodeGen/Mips/stack-alignment.ll b/test/CodeGen/Mips/stack-alignment.ll index 403a106..b18f966 100644 --- a/test/CodeGen/Mips/stack-alignment.ll +++ b/test/CodeGen/Mips/stack-alignment.ll @@ -1,9 +1,8 @@ ; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=32 -; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck %s -check-prefix=32-FP64 +; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck %s -check-prefix=32 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=64 ; 32: addiu $sp, $sp, -8 -; 32-FP64: addiu $sp, $sp, -16 ; 64: addiu $sp, $sp, -16 define i32 @foo1() #0 { -- cgit v1.1