mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 02:33:44 +00:00
Make this test independent of the target-triple; the stack alignment
is specifically what this test depends on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51599 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a4fd1ab7e
commit
95628cd44a
@ -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