aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fnabs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fnabs.ll')
-rw-r--r--test/CodeGen/X86/fnabs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fnabs.ll b/test/CodeGen/X86/fnabs.ll
index 19718d3..a3ddfb9 100644
--- a/test/CodeGen/X86/fnabs.ll
+++ b/test/CodeGen/X86/fnabs.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx| FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx| FileCheck %s
; Verify that we generate a single OR instruction for a scalar, vec128, and vec256
; FNABS(x) operation -> FNEG (FABS(x)).