commit | 6584cf60f281105517f00ea8e9a1040c6543c814 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 23:00:46 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 23:00:46 2007 +0000 |
tree | 21c8a23ca3dd82a73b09e89abd2c1982fa4b2b2f | |
parent | b964f00d6a4b556ca67a4f455303224889dbe3db [diff] [blame] |
For PR1336: XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093
diff --git a/llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c b/llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c index d5ed837..96356c5 100644 --- a/llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c +++ b/llvm/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);