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:
5bf1b4e
)
ll printer prints each zeroinit on the same line now, update regex
author
Chris Lattner
<sabre@nondot.org>
Wed, 20 Aug 2008 00:33:57 +0000
(
00:33
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 20 Aug 2008 00:33:57 +0000
(
00:33
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55025
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2008-08-07-AlignPadding1.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2008-08-07-AlignPadding1.c
b/test/FrontendC/2008-08-07-AlignPadding1.c
index 7d7df4a8ad1b5f6cb4bfbaef8d90b35a210c420a..ee55241c8e833d7e279394f018387452144a631c 100644
(file)
--- a/
test/FrontendC/2008-08-07-AlignPadding1.c
+++ b/
test/FrontendC/2008-08-07-AlignPadding1.c
@@
-1,4
+1,4
@@
-/* RUN: %llvmgcc %s -m64 -S -o - -emit-llvm -O0 | grep
zeroinitializer | count 6
+/* RUN: %llvmgcc %s -m64 -S -o - -emit-llvm -O0 | grep
{zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer.*zeroinitializer}
The FE must generate padding here both at the end of each PyG_Head and
between array elements. Reduced from Python. */