summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/fma-builtins.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-10-14 05:40:11 +0000
committerEric Christopher <echristo@gmail.com>2015-10-14 05:40:11 +0000
commit442c9b6b419bea74e9b1dfc7b50ca10645dc9750 (patch)
tree608780d5c311ce7cfa6195e51c40b738b6688535 /clang/test/CodeGen/fma-builtins.c
parentb84b12699f04eebeb019587834b1f49e6206ff19 (diff)
downloadbcm5719-llvm-442c9b6b419bea74e9b1dfc7b50ca10645dc9750.tar.gz
bcm5719-llvm-442c9b6b419bea74e9b1dfc7b50ca10645dc9750.zip
Remove the optimization option from this test as it is unnecessary
and front end tests should avoid this if possible. llvm-svn: 250270
Diffstat (limited to 'clang/test/CodeGen/fma-builtins.c')
-rw-r--r--clang/test/CodeGen/fma-builtins.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud