commit | dcb925e917bdd05d67fe31a8556efda8b1af2606 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 20:08:37 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 20:08:37 2007 +0000 |
tree | cc8c225ab3b5b5542cc85d24c1c093e8bfc79730 | |
parent | fe560b8c8529bd2380452a9713eb591c545c4301 [diff] [blame] |
For PR1319: Upgrade to new test harness. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36082 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c b/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c index 645f40c..d5ed837 100644 --- a/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c +++ b/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);