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:
2abb21f
)
Second test is only valid in 32-bit mode.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 12 Jan 2009 08:05:54 +0000
(08:05 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 12 Jan 2009 08:05:54 +0000
(08:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62084
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2008-03-24-BitField-And-Alloca.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2008-03-24-BitField-And-Alloca.c
b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index 5708291acb9cb81967da6338540b024dcb2b1d4b..7963805ba81164972be3f1ca186712932bd044f3 100644
(file)
--- a/
test/FrontendC/2008-03-24-BitField-And-Alloca.c
+++ b/
test/FrontendC/2008-03-24-BitField-And-Alloca.c
@@
-1,5
+1,5
@@
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
-// RUN: %llvmgcc -S %s -o - | grep store | not grep {align 8}
+// RUN: %llvmgcc -
m32 -
S %s -o - | grep store | not grep {align 8}
enum {
PP_C,