diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-01-05 21:27:59 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-01-05 21:27:59 +0000 |
| commit | 2012d84f013e2b16a6d5cf92f5ba63679f370a39 (patch) | |
| tree | 3a29ab70ddfa0b38c948c7d9e343f30dbe9d6f46 /llvm/test | |
| parent | 582c53d147600f61124bc2a23bb73b35f31b54b7 (diff) | |
| download | bcm5719-llvm-2012d84f013e2b16a6d5cf92f5ba63679f370a39.tar.gz bcm5719-llvm-2012d84f013e2b16a6d5cf92f5ba63679f370a39.zip | |
Strength test.
llvm-svn: 61755
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/FrontendC/2009-01-05-BlockInlining.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2009-01-05-BlockInlining.c b/llvm/test/FrontendC/2009-01-05-BlockInlining.c index 64e6c07a77e..9692d8f688a 100644 --- a/llvm/test/FrontendC/2009-01-05-BlockInlining.c +++ b/llvm/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. |

