diff options
Diffstat (limited to 'test/FrontendC/2007-08-22-CTTZ.c')
-rw-r--r-- | test/FrontendC/2007-08-22-CTTZ.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/FrontendC/2007-08-22-CTTZ.c b/test/FrontendC/2007-08-22-CTTZ.c deleted file mode 100644 index 9e74f24..0000000 --- a/test/FrontendC/2007-08-22-CTTZ.c +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: %llvmgcc -O2 -S -o - %s | grep {llvm.cttz.i64} | count 2 -// RUN: %llvmgcc -O2 -S -o - %s | not grep {lshr} - -int bork(unsigned long long x) { - return __builtin_ctzll(x); -} |