aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/builtin-count-zeros.c
AgeCommit message (Collapse)Author
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
Otherwise, failing tests other than the last one will not be reported. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52231 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-27Implementation of __builtin_ctlz.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51595 91177308-0d34-0410-b5e6-96231b3b80d8