From: Eric Christopher Date: Wed, 14 Oct 2015 05:40:11 +0000 (+0000) Subject: Remove the optimization option from this test as it is unnecessary X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=634c7a6469147a912ebee051b94b41040c809481;p=clang Remove the optimization option from this test as it is unnecessary and front end tests should avoid this if possible. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250270 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/fma-builtins.c b/test/CodeGen/fma-builtins.c index 3424616b12..922f12b8b3 100644 --- a/test/CodeGen/fma-builtins.c +++ b/test/CodeGen/fma-builtins.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +fma -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +fma -emit-llvm -o - | FileCheck %s // Don't include mm_malloc.h, it's system specific. #define __MM_MALLOC_H