From 442c9b6b419bea74e9b1dfc7b50ca10645dc9750 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 14 Oct 2015 05:40:11 +0000 Subject: Remove the optimization option from this test as it is unnecessary and front end tests should avoid this if possible. llvm-svn: 250270 --- clang/test/CodeGen/fma-builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/fma-builtins.c') diff --git a/clang/test/CodeGen/fma-builtins.c b/clang/test/CodeGen/fma-builtins.c index 3424616b123..922f12b8b3d 100644 --- a/clang/test/CodeGen/fma-builtins.c +++ b/clang/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 -- cgit v1.2.3