From cd875efa7860864d19a7efc848394a16fbd9d73a Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 14 Oct 2015 05:40:21 +0000 Subject: Canonicalize some of the x86 builtin tests and either remove or comment about optimization options. llvm-svn: 250271 --- clang/test/CodeGen/avx512f-builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/avx512f-builtins.c') diff --git a/clang/test/CodeGen/avx512f-builtins.c b/clang/test/CodeGen/avx512f-builtins.c index d2ddb04be5a..be56a8fd4f6 100644 --- a/clang/test/CodeGen/avx512f-builtins.c +++ b/clang/test/CodeGen/avx512f-builtins.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -O0 -triple=x86_64-apple-darwin -target-feature +avx512f -emit-llvm -o - -Werror | FileCheck %s +// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +avx512f -emit-llvm -o - -Werror | FileCheck %s // Don't include mm_malloc.h, it's system specific. #define __MM_MALLOC_H -- cgit v1.2.3