Treat copysignl like the other copysign functions.
[oota-llvm.git] / test / FrontendC / 2008-03-24-BitField-And-Alloca.c
index b76c75793d0df90248d51e95fb9d6e1ea8a9910b..291f036523a424b8989dbba3c22b8e08ba16ee2e 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) &&