Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[oota-llvm.git] / test / FrontendC / 2008-03-24-BitField-And-Alloca.c
index b76c75793d0df90248d51e95fb9d6e1ea8a9910b..641bcf1dbeb9e891057f973b48d6a1c5dd735992 100644 (file)
@@ -1,8 +1,5 @@
-// RUN: %llvmgcc -S --emit-llvm %s -o - | not grep "\{ i8, .7 x i8. \}"
 // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
-
-// FIXME: This fails due to r61493.
-// XFAIL: *
+// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep {store }
 
 enum {
  PP_C,
@@ -65,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) &&