diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2008-05-26 20:18:56 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2008-05-26 20:18:56 +0000 |
| commit | 213e114a2c18eccfede3301bd0f4f399009e0665 (patch) | |
| tree | 3ef9167d4182b6d992b1e9657a7b559b2b3e9944 /llvm/test/CodeGen/X86/pmul.ll | |
| parent | dd7daee8506356432a613b5266d54994305e9951 (diff) | |
| download | bcm5719-llvm-213e114a2c18eccfede3301bd0f4f399009e0665.tar.gz bcm5719-llvm-213e114a2c18eccfede3301bd0f4f399009e0665.zip | |
The Linux ABI emits an extra "movl %esp, %ebp" in function prologue and
sometimes a "mov %ebp, %esp" in the epilogue.
Force these tests that rely on counting 'mov' to use i686-apple-darwin8.8.0
where they were written.
llvm-svn: 51568
Diffstat (limited to 'llvm/test/CodeGen/X86/pmul.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/pmul.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pmul.ll b/llvm/test/CodeGen/X86/pmul.ll index 3af47f680cf..2856d336ed5 100644 --- a/llvm/test/CodeGen/X86/pmul.ll +++ b/llvm/test/CodeGen/X86/pmul.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 > %t +; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -mtriple=i686-apple-darwin8.8.0 > %t ; RUN: grep pmul %t | count 6 ; RUN: grep mov %t | count 8 |

