aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/extended-fma-contraction.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/extended-fma-contraction.ll')
-rw-r--r--test/CodeGen/X86/extended-fma-contraction.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/extended-fma-contraction.ll b/test/CodeGen/X86/extended-fma-contraction.ll
index ef2c22b..e0dfbed 100644
--- a/test/CodeGen/X86/extended-fma-contraction.ll
+++ b/test/CodeGen/X86/extended-fma-contraction.ll
@@ -1,5 +1,5 @@
; RUN: llc -march=x86 -mattr=+fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s
-; RUN: llc -march=x86 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
+; RUN: llc -march=x86 -mattr=-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
; CHECK: fmafunc
define <3 x float> @fmafunc(<3 x float> %a, <3 x float> %b, <3 x float> %c) {