eliminate instructions from *.S which restored the stack pointer unnecessarily

This commit is contained in:
Joel Dice 2007-09-19 17:29:20 -06:00
parent 8b17df5b48
commit 28f6f29477
2 changed files with 0 additions and 8 deletions

View File

@ -76,10 +76,6 @@ sse:
call:
call *0(%rbp)
// clear space reserved for memory arguments
movq 16(%rbp),%rcx
addq %rcx,%rsp
// handle return value based on expected type
movq 40(%rbp),%rcx

View File

@ -37,10 +37,6 @@ test:
// call function
call *8(%ebp)
// clear space reserved for arguments
movl 16(%ebp),%ecx
addl %ecx,%esp
// handle return value based on expected type
movl 20(%ebp),%ecx