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>
@ -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;