]> granicus.if.org Git - clang/commitdiff
Remove -ffp-contract=fast from this test
authorAdam Nemet <anemet@apple.com>
Wed, 22 Mar 2017 00:58:18 +0000 (00:58 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 22 Mar 2017 00:58:18 +0000 (00:58 +0000)
It does not need it and causes mismatch after -ffp-contract=fast is turned
into an FMF.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298469 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/aarch64-neon-intrinsics.c

index 2ffbcdce372c3d704c3aa3a4cf483b173891aa3b..54877e9d8cd970ececfdc5f855f42f633afdca1c 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
-// RUN:     -fallow-half-arguments-and-returns -ffp-contract=fast -S -emit-llvm -o - %s \
+// RUN:     -fallow-half-arguments-and-returns -S -emit-llvm -o - %s \
 // RUN: | opt -S -mem2reg \
 // RUN: | FileCheck %s