mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Make this test independent of the target-triple; the stack alignment
is specifically what this test depends on. llvm-svn: 51599
This commit is contained in:
parent
2abf6ec2e5
commit
3ba9d77adb
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -mtriple=i686-apple-darwin8.8.0 > %t
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -stack-alignment=16 > %t
|
||||
; RUN: grep pmul %t | count 6
|
||||
; RUN: grep mov %t | count 8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user