forked from OSchip/llvm-project
fix test attributes; these are SSE2 tests, not Nehalem tests
llvm-svn: 228534
This commit is contained in:
parent
1fd20ff599
commit
c871fe746b
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mattr=sse2 | FileCheck %s
|
||||
|
||||
; Splat patterns below
|
||||
|
||||
|
|
Loading…
Reference in New Issue