diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 23:00:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 23:00:46 +0000 |
commit | 4575ab2186e5fbc3f572468ee0c9edfe55158ed0 (patch) | |
tree | ff18ca3bca4696055b7b7f83bf57678e8fd8728e /test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c | |
parent | 42e86fb1e678fba31d4ba8327b74d66b8bc72471 (diff) | |
download | external_llvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.zip external_llvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.tar.gz external_llvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.tar.bz2 |
For PR1336:
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c')
-rw-r--r-- | test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c | 1 |
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 d5ed837..96356c5 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); |