OSDN Git Service

PR3290 is now fixed.
authorChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2009 05:46:19 +0000 (05:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2009 05:46:19 +0000 (05:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61981 91177308-0d34-0410-b5e6-96231b3b80d8

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

index b76c757..8d77955 100644 (file)
@@ -1,9 +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: *
-
 enum {
  PP_C,
  PP_D,
@@ -65,7 +61,7 @@ typedef union _Key {
  unsigned long long lkey;
 } Key;
 
-static inline __attribute__ ((always_inline)) void foo(const Key iospec, int* ret)
+static /*inline __attribute__ ((always_inline))*/ void foo(const Key iospec, int* ret)
 {
   *ret=0;
  if(((iospec.key_io.lod == G_B) &&