diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 20:08:37 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 20:08:37 +0000 |
| commit | 2baeaae8f4f092d9e51f9ef75ac31a1c25d505c5 (patch) | |
| tree | a0df0f0d826deac0ab76b1b3d97431f2cd8ea297 /llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c | |
| parent | cad61e81c17f0f9a49ef7154c8101fd65daa6610 (diff) | |
| download | bcm5719-llvm-2baeaae8f4f092d9e51f9ef75ac31a1c25d505c5.tar.gz bcm5719-llvm-2baeaae8f4f092d9e51f9ef75ac31a1c25d505c5.zip | |
For PR1319: Upgrade to new test harness.
llvm-svn: 36082
Diffstat (limited to 'llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c')
| -rw-r--r-- | llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c b/llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c index 645f40c04b1..d5ed837d2be 100644 --- a/llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c +++ b/llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c @@ -1,5 +1,4 @@ -// RUN: %llvmgcc -S %s -o - | grep 'llvm.ctlz.i32(i32' -// RUNMEIFWEHADSIGNEDTYPES: %llvmgcc -S %s -o - | not grep 'llvm.ctlz.i32(i32' +// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | wc -l | grep 2 unsigned t2(unsigned X) { return __builtin_clz(X); |

