diff options
-rw-r--r-- | test/CFrontend/2008-03-24-BitField-And-Alloca.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CFrontend/2008-03-24-BitField-And-Alloca.c b/test/CFrontend/2008-03-24-BitField-And-Alloca.c index d7c67f1..e8112bb 100644 --- a/test/CFrontend/2008-03-24-BitField-And-Alloca.c +++ b/test/CFrontend/2008-03-24-BitField-And-Alloca.c @@ -1,3 +1,4 @@ +// RUN: %llvmgcc -S --emit-llvm %s -o - | not grep "\{ i8, .7 x i8. \}" // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca enum { PP_C, |