aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c')
-rw-r--r--test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c b/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c
index d5ed837d2b..96356c553d 100644
--- a/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c
+++ b/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c
@@ -1,4 +1,5 @@
// RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | wc -l | grep 2
+// XFAIL: *
unsigned t2(unsigned X) {
return __builtin_clz(X);