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:
ea10046
)
check struct layout
author
Devang Patel
<dpatel@apple.com>
Tue, 25 Mar 2008 00:47:49 +0000
(
00:47
+0000)
committer
Devang Patel
<dpatel@apple.com>
Tue, 25 Mar 2008 00:47:49 +0000
(
00:47
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48758
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2008-03-24-BitField-And-Alloca.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2008-03-24-BitField-And-Alloca.c
b/test/CFrontend/2008-03-24-BitField-And-Alloca.c
index d7c67f1fd483d8444ca7b23bd605a8523339c927..e8112bbb38bc7577df1dde47edb9e2fb8c891204 100644
(file)
--- a/
test/CFrontend/2008-03-24-BitField-And-Alloca.c
+++ b/
test/CFrontend/2008-03-24-BitField-And-Alloca.c
@@
-1,3
+1,4
@@
+// RUN: %llvmgcc -S --emit-llvm %s -o - | not grep "\{ i8, .7 x i8. \}"
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
enum {
PP_C,