1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 64eee612cf
commit 4479171ba3

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,