1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

PR3290 is now fixed.

llvm-svn: 61981
This commit is contained in:
Chris Lattner 2009-01-09 05:46:19 +00:00
parent 5ce930d116
commit c8cc13c98e

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