summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pmul.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-27 17:44:23 +0000
committerDan Gohman <gohman@apple.com>2008-05-27 17:44:23 +0000
commit95628cd44a757e6c621f42d9c6e928a881249275 (patch)
tree280035f055a6a2547697fda054eab7f8c8e736ed /test/CodeGen/X86/pmul.ll
parent0a4fd1ab7e7c83b3ecf03cbd6b35d2b164995267 (diff)
downloadllvm-95628cd44a757e6c621f42d9c6e928a881249275.tar.gz
llvm-95628cd44a757e6c621f42d9c6e928a881249275.tar.bz2
llvm-95628cd44a757e6c621f42d9c6e928a881249275.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/pmul.ll')
-rw-r--r--test/CodeGen/X86/pmul.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pmul.ll b/test/CodeGen/X86/pmul.ll
index 2856d336ed..2abf4b5a62 100644
--- a/test/CodeGen/X86/pmul.ll
+++ b/test/CodeGen/X86/pmul.ll
@@ -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