mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Pointers change size depending upon the target. Remove them to make the test more stable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2c860cef1
commit
e504d76a15
@ -1,4 +1,4 @@
|
||||
// RUN: %llvmgcc -O3 -S -o - %s | grep {26}
|
||||
// RUN: %llvmgcc -O3 -S -o - %s | grep {18}
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
typedef struct
|
||||
{
|
||||
uint32_t a;
|
||||
uint8_t * b;
|
||||
} foo;
|
||||
|
||||
typedef struct {
|
||||
@ -19,7 +18,6 @@ typedef struct {
|
||||
uint8_t a[5];
|
||||
VERSION version;
|
||||
uint8_t b;
|
||||
char * c;
|
||||
foo d;
|
||||
uint32_t guard;
|
||||
} bar;
|
||||
|
Loading…
x
Reference in New Issue
Block a user