[llvm-commits] [llvm] r61755 - /llvm/trunk/test/FrontendC/2009-01-05-BlockInlining.c

Bill Wendling isanbard at gmail.com
Mon Jan 5 13:27:59 PST 2009


Author: void
Date: Mon Jan  5 15:27:59 2009
New Revision: 61755

URL: http://llvm.org/viewvc/llvm-project?rev=61755&view=rev
Log:
Strength test.

Modified:
    llvm/trunk/test/FrontendC/2009-01-05-BlockInlining.c

Modified: llvm/trunk/test/FrontendC/2009-01-05-BlockInlining.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-01-05-BlockInlining.c?rev=61755&r1=61754&r2=61755&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/2009-01-05-BlockInlining.c (original)
+++ llvm/trunk/test/FrontendC/2009-01-05-BlockInlining.c Mon Jan  5 15:27:59 2009
@@ -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.





More information about the llvm-commits mailing list