We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582c53d commit 2012d84Copy full SHA for 2012d84
llvm/test/FrontendC/2009-01-05-BlockInlining.c
@@ -1,4 +1,6 @@
1
-// 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
2
+// RUN: grep {call i32 .*printf.*argc} %t.s | count 3
3
+// RUN: not grep __block_holder_tmp %t.s
4
// rdar://5865221
5
6
// All of these should be inlined equivalently into a single printf call.
0 commit comments