Test for r62076.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 12 Jan 2009 03:46:55 +0000 (03:46 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 12 Jan 2009 03:46:55 +0000 (03:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62077 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2008-03-24-BitField-And-Alloca.c

index 71f296b6fc6a605108c955a35b3a7e6a47ac645e..5708291acb9cb81967da6338540b024dcb2b1d4b 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
+// RUN: %llvmgcc -S %s -o - | grep store | not grep {align 8}
 
 enum {
  PP_C,