aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/lzcnt-builtins.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/lzcnt-builtins.c')
-rw-r--r--test/CodeGen/lzcnt-builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/lzcnt-builtins.c b/test/CodeGen/lzcnt-builtins.c
index a083de9d35f0..2f8308670bb7 100644
--- a/test/CodeGen/lzcnt-builtins.c
+++ b/test/CodeGen/lzcnt-builtins.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +lzcnt -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +lzcnt -emit-llvm -o - | FileCheck %s
// Don't include mm_malloc.h, it's system specific.
#define __MM_MALLOC_H