diff options
author | Adam Nemet <anemet@apple.com> | 2017-03-22 00:58:18 +0000 |
---|---|---|
committer | Adam Nemet <anemet@apple.com> | 2017-03-22 00:58:18 +0000 |
commit | 5827756e90d980ff1ff272715ec399e19c17a940 (patch) | |
tree | 6c39dc70f003082e43a92577f51008f5a9a3edec | |
parent | 3087c96348e26da71fcfe75fe0f3320e1a82bdcc (diff) | |
download | bcm5719-llvm-5827756e90d980ff1ff272715ec399e19c17a940.tar.gz bcm5719-llvm-5827756e90d980ff1ff272715ec399e19c17a940.zip |
Remove -ffp-contract=fast from this test
It does not need it and causes mismatch after -ffp-contract=fast is turned
into an FMF.
llvm-svn: 298469
-rw-r--r-- | clang/test/CodeGen/aarch64-neon-intrinsics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/aarch64-neon-intrinsics.c b/clang/test/CodeGen/aarch64-neon-intrinsics.c index 2ffbcdce372..54877e9d8cd 100644 --- a/clang/test/CodeGen/aarch64-neon-intrinsics.c +++ b/clang/test/CodeGen/aarch64-neon-intrinsics.c @@ -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 |