Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the __builtin_c[lt]zs builtins target independent. | Benjamin Kramer | 2012-01-28 | 1 | -0/+33 |
There is really no reason to have these only available on x86. It's just __builtin_c[tl]z for shorts. Modernize the test while at it. llvm-svn: 149183 |