summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mips64-padding-arg.c
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-11-11 22:10:46 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-11-11 22:10:46 +0000
commitc4baedd71ddd480cfb21cfbbfde6c53f7edb2bb6 (patch)
tree16e2ba5111ee6e7ea79c3ebdfa321093c2b766f5 /clang/test/CodeGen/mips64-padding-arg.c
parentf143af3fe951e086b7c158213e6e113c73835723 (diff)
downloadbcm5719-llvm-c4baedd71ddd480cfb21cfbbfde6c53f7edb2bb6.tar.gz
bcm5719-llvm-c4baedd71ddd480cfb21cfbbfde6c53f7edb2bb6.zip
[mips] Partially revert r193640. Stack alignment should not be determined by
the floating point register mode. llvm-svn: 194426
Diffstat (limited to 'clang/test/CodeGen/mips64-padding-arg.c')
-rw-r--r--clang/test/CodeGen/mips64-padding-arg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/CodeGen/mips64-padding-arg.c b/clang/test/CodeGen/mips64-padding-arg.c
index 2d635c332f2..49a29c1efb3 100644
--- a/clang/test/CodeGen/mips64-padding-arg.c
+++ b/clang/test/CodeGen/mips64-padding-arg.c
@@ -1,6 +1,6 @@
// RUN: %clang -target mipsel-unknown-linux -O3 -S -o - -emit-llvm %s | FileCheck %s -check-prefix=O32
// RUN: %clang -target mips64el-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s -check-prefix=N64
-// RUN: %clang -target mipsel-unknown-linux -mfp64 -O3 -S -o - -emit-llvm %s | FileCheck %s -check-prefix=O32-FP64
+// RUN: %clang -target mipsel-unknown-linux -mfp64 -O3 -S -o - -emit-llvm %s | FileCheck %s -check-prefix=O32
typedef struct {
double d;
@@ -56,8 +56,6 @@ void foo7(float a0, double a1) {
// O32-LABEL: define void @foo9()
// O32: declare void @foo10(i32, i32
-// O32-FP64-LABEL: define void @foo9()
-// O32-FP64: declare void @foo10(i32, i96
typedef struct __attribute__((aligned(16))) {
int a;
OpenPOWER on IntegriCloud