Make this test independent of the target-triple; the stack alignment
authorDan Gohman <gohman@apple.com>
Tue, 27 May 2008 17:44:23 +0000 (17:44 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 27 May 2008 17:44:23 +0000 (17:44 +0000)
is specifically what this test depends on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51599 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pmul.ll

index 2856d336ed582238d135459fcf4ddf6fb204d1ac..2abf4b5a6252dc056faaabbc90d619790cbe33d6 100644 (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