summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 20:08:37 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 20:08:37 +0000
commit2baeaae8f4f092d9e51f9ef75ac31a1c25d505c5 (patch)
treea0df0f0d826deac0ab76b1b3d97431f2cd8ea297 /llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c
parentcad61e81c17f0f9a49ef7154c8101fd65daa6610 (diff)
downloadbcm5719-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.c3
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);
OpenPOWER on IntegriCloud