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:
27a5300
)
Strength test.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 5 Jan 2009 21:27:59 +0000
(21:27 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 5 Jan 2009 21:27:59 +0000
(21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61755
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2009-01-05-BlockInlining.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2009-01-05-BlockInlining.c
b/test/FrontendC/2009-01-05-BlockInlining.c
index 64e6c07a77e7afeeb3c662323999618aa11f9062..9692d8f688ab625dfe0e0c08a1e81288073dc784 100644
(file)
--- a/
test/FrontendC/2009-01-05-BlockInlining.c
+++ b/
test/FrontendC/2009-01-05-BlockInlining.c
@@
-1,4
+1,6
@@
-// RUN: %llvmgcc %s -S -emit-llvm -O2 -o - | grep {call i32 .*printf.*argc} | count 3
+// RUN: %llvmgcc %s -S -emit-llvm -O2 -o %t.s
+// RUN: grep {call i32 .*printf.*argc} %t.s | count 3
+// RUN: not grep __block_holder_tmp %t.s
// rdar://5865221
// All of these should be inlined equivalently into a single printf call.