Requires SSE2.

llvm-svn: 40657
This commit is contained in:
Evan Cheng 2007-08-01 00:10:12 +00:00
parent 872da803b2
commit 09a141df31
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | %prcontext {pinsrw \$2} 1 | grep "movl \$1"
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | not grep movss
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | %prcontext {pinsrw \$2} 1 | grep "movl \$1"
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movss
@G = global <4 x float> zeroinitializer