fixed to test features, not CPUs
authorSanjay Patel <spatel@rotateright.com>
Wed, 11 Feb 2015 15:00:19 +0000 (15:00 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 11 Feb 2015 15:00:19 +0000 (15:00 +0000)
llvm-svn: 228835

llvm/test/CodeGen/X86/vec_fneg.ll

index 9743f71..a85ae98 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse | FileCheck %s
 
 ; FNEG is defined as subtraction from -0.0.