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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228835 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_fneg.ll

index 9743f7148c699389be117e468bcf204f0f74c660..a85ae984d8e60322fdbd2d8abcb40ff81e9c0761 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.