From: Sanjay Patel <spatel@rotateright.com>
Date: Wed, 11 Feb 2015 15:00:41 +0000 (+0000)
Subject: fixed to test features, not CPUs
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cb2ff33a8abcecc6205a92fb397c892a260d3404;p=oota-llvm.git

fixed to test features, not CPUs


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

diff --git a/test/CodeGen/X86/vec_fabs.ll b/test/CodeGen/X86/vec_fabs.ll
index ac02acfed34..bfefbcf5ebd 100644
--- a/test/CodeGen/X86/vec_fabs.ll
+++ b/test/CodeGen/X86/vec_fabs.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
 
 
 define <2 x double> @fabs_v2f64(<2 x double> %p)