Second test is only valid in 32-bit mode.

llvm-svn: 62084
This commit is contained in:
Evan Cheng 2009-01-12 08:05:54 +00:00
parent f12e40736a
commit 2adb5cfb48
1 changed files with 1 additions and 1 deletions

View File

@ -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,