summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fp-fast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fp-fast.ll')
-rw-r--r--test/CodeGen/X86/fp-fast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp-fast.ll b/test/CodeGen/X86/fp-fast.ll
index 07baca8480..7b08ad6722 100644
--- a/test/CodeGen/X86/fp-fast.ll
+++ b/test/CodeGen/X86/fp-fast.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 -mattr=+avx,-fma4 -mtriple=x86_64-apple-darwin -enable-unsafe-fp-math < %s | FileCheck %s
+; RUN: llc -march=x86-64 -mcpu=corei7-avx -enable-unsafe-fp-math < %s | FileCheck %s
; CHECK-LABEL: test1
define float @test1(float %a) {