projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c860c
)
Pointers change size depending upon the target. Remove them to make the test more...
author
Tanya Lattner
<tonic@nondot.org>
Wed, 30 Jan 2008 05:15:15 +0000
(
05:15
+0000)
committer
Tanya Lattner
<tonic@nondot.org>
Wed, 30 Jan 2008 05:15:15 +0000
(
05:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46548
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2007-09-12-PragmaPack.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2007-09-12-PragmaPack.c
b/test/CFrontend/2007-09-12-PragmaPack.c
index 187d5e3cc6feafb69f38480ac63f17b746cedd07..4fc7f48be01cd2696215072a189d1dd86b39c076 100644
(file)
--- a/
test/CFrontend/2007-09-12-PragmaPack.c
+++ b/
test/CFrontend/2007-09-12-PragmaPack.c
@@
-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;