From 069c59c7d17a50b0497bf7c45b31c483e23a8efe Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Jan 2009 05:46:19 +0000 Subject: [PATCH] PR3290 is now fixed. 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c index b76c75793d0..8d77955ca06 100644 --- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c +++ b/test/FrontendC/2008-03-24-BitField-And-Alloca.c @@ -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) &&