1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Strength test.

llvm-svn: 61755
This commit is contained in:
Bill Wendling 2009-01-05 21:27:59 +00:00
parent 130c00e4b2
commit 4e68cc9ef0

View File

@ -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.