From 95628cd44a757e6c621f42d9c6e928a881249275 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 27 May 2008 17:44:23 +0000 Subject: 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 --- test/CodeGen/X86/pmul.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/pmul.ll') 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 -- cgit v1.2.3