mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +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:
@@ -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
|
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
|
||||||
|
|
||||||
// FIXME: This fails due to r61493.
|
|
||||||
// XFAIL: *
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
PP_C,
|
PP_C,
|
||||||
PP_D,
|
PP_D,
|
||||||
@@ -65,7 +61,7 @@ typedef union _Key {
|
|||||||
unsigned long long lkey;
|
unsigned long long lkey;
|
||||||
} Key;
|
} 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;
|
*ret=0;
|
||||||
if(((iospec.key_io.lod == G_B) &&
|
if(((iospec.key_io.lod == G_B) &&
|
||||||
|
Reference in New Issue
Block a user