PR3290 is now fixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-01-09 05:46:19 +00:00
parent 46cd5a13e5
commit 069c59c7d1

View 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) &&