]> granicus.if.org Git - clang/commitdiff
Remove the optimization option from this test as it is unnecessary
authorEric Christopher <echristo@gmail.com>
Wed, 14 Oct 2015 05:40:11 +0000 (05:40 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 14 Oct 2015 05:40:11 +0000 (05:40 +0000)
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

test/CodeGen/fma-builtins.c

index 3424616b1233c23fe9cae90ebb1015e89c076a91..922f12b8b3d3bb89012fbe5bec1e4d07368b6778 100644 (file)
@@ -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