From 1f1d6e4bfc15f47b75264ed87f037f6dd57f4db9 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 12 Jan 2009 08:05:54 +0000 Subject: [PATCH] Second test is only valid in 32-bit mode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62084 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2008-03-24-BitField-And-Alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c index 5708291acb9..7963805ba81 100644 --- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c +++ b/test/FrontendC/2008-03-24-BitField-And-Alloca.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca -// RUN: %llvmgcc -S %s -o - | grep store | not grep {align 8} +// RUN: %llvmgcc -m32 -S %s -o - | grep store | not grep {align 8} enum { PP_C, -- 2.34.1