1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02: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:
Dan Gohman 2008-05-27 17:44:23 +00:00
parent 2abf6ec2e5
commit 3ba9d77adb

View File

@ -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