this is a test for sse3, simplify it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-15 17:01:19 +00:00
parent b6ab29940d
commit 37c59b48c7

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41,-ssse3 -disable-mmx -o %t -f
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -o %t -f
; RUN: not grep pextrw %t
; RUN: grep pinsrw %t