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:
parent
f9a01704af
commit
fe6f2228ab
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user