aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CFrontend/2007-08-22-CTTZ.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CFrontend/2007-08-22-CTTZ.c b/test/CFrontend/2007-08-22-CTTZ.c
index 8687a73066..9e74f24cdc 100644
--- a/test/CFrontend/2007-08-22-CTTZ.c
+++ b/test/CFrontend/2007-08-22-CTTZ.c
@@ -1,5 +1,5 @@
-// RUN: %llvmgcc -O2 -S -o - -emit-llvm %s | grep {llvm.cttz.i64} | count 1
-// RUN: %llvmgcc -O2 -S -o - -emit-llvm %s | not grep {lshr}
+// 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);