1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fix test to account for no more whitespace and that one of the matches is the

"declare" statement.

llvm-svn: 56241
This commit is contained in:
Bill Wendling 2008-09-16 06:40:04 +00:00
parent f9a01704af
commit fe6f2228ab

View File

@ -1,5 +1,5 @@
// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | count 2
// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | count 1
// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | count 3
// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | grep declare | count 1
unsigned t2(unsigned X) {
return __builtin_clz(X);