r250270 - Remove the optimization option from this test as it is unnecessary

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 13 22:40:12 PDT 2015


Author: echristo
Date: Wed Oct 14 00:40:11 2015
New Revision: 250270

URL: http://llvm.org/viewvc/llvm-project?rev=250270&view=rev
Log:
Remove the optimization option from this test as it is unnecessary
and front end tests should avoid this if possible.

Modified:
    cfe/trunk/test/CodeGen/fma-builtins.c

Modified: cfe/trunk/test/CodeGen/fma-builtins.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/fma-builtins.c?rev=250270&r1=250269&r2=250270&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/fma-builtins.c (original)
+++ cfe/trunk/test/CodeGen/fma-builtins.c Wed Oct 14 00:40:11 2015
@@ -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




More information about the cfe-commits mailing list