allow this testcase to pass with recent changes. The test hasn't been
[oota-llvm.git] / test / FrontendC / 2008-03-24-BitField-And-Alloca.c
index 8d77955ca0654e192007778584e449d38877b700..291f036523a424b8989dbba3c22b8e08ba16ee2e 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
+// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep store 
 
 enum {
  PP_C,
@@ -61,7 +62,7 @@ typedef union _Key {
  unsigned long long lkey;
 } Key;
 
-static /*inline __attribute__ ((always_inline))*/ void foo(const Key iospec, int* ret)
+static void foo(const Key iospec, int* ret)
 {
   *ret=0;
  if(((iospec.key_io.lod == G_B) &&