mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix test RUN line
llvm-svn: 54040
This commit is contained in:
parent
5523d40e4b
commit
1396e3d206
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx -mtriple=i686-apple-darwin9 -stats -info-output-file - | grep asm-printer | grep punpckldq
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx -mtriple=i686-apple-darwin9 -o - | grep punpckldq
|
||||
|
||||
define <2 x i32> @mmx_movzl(<2 x i32> %x) nounwind {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user