Pointers change size depending upon the target. Remove them to make the test more stable.

llvm-svn: 46548
This commit is contained in:
Tanya Lattner 2008-01-30 05:15:15 +00:00
parent 86f5e13224
commit cee9d51be9
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// RUN: %llvmgcc -O3 -S -o - %s | grep {26} // RUN: %llvmgcc -O3 -S -o - %s | grep {18}
#include <stdint.h> #include <stdint.h>
@ -6,7 +6,6 @@
typedef struct typedef struct
{ {
uint32_t a; uint32_t a;
uint8_t * b;
} foo; } foo;
typedef struct { typedef struct {
@ -19,7 +18,6 @@ typedef struct {
uint8_t a[5]; uint8_t a[5];
VERSION version; VERSION version;
uint8_t b; uint8_t b;
char * c;
foo d; foo d;
uint32_t guard; uint32_t guard;
} bar; } bar;