The Linux ABI emits an extra "movl %esp, %ebp" in function prologue and
authorNick Lewycky <nicholas@mxc.ca>
Mon, 26 May 2008 20:18:56 +0000 (20:18 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 26 May 2008 20:18:56 +0000 (20:18 +0000)
commit3978927dfa6b88bde400e71f14154dc16bb8536b
tree73ad1dfbdf73bcbe811075eb18b235364628d6ef
parent28c3cff8250b3fe2adc6479306fe7dbdb48a1bdb
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51568 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memset.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/vec_shuffle-18.ll