mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-14 13:07:31 +00:00
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:
parent
46cd5a13e5
commit
069c59c7d1
@ -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) &&
|
||||
|
Loading…
Reference in New Issue
Block a user