Skip to content
Commit 97e3b656 authored by Chris Lattner's avatar Chris Lattner
Browse files

Teach reginfo how to deal with ADJSTACKPTRri, allowing us to generate:

        add %ESP, 20
        jmp %EDX  # TAIL CALL

instead of:
        add %ESP, -8
        add %ESP, 28
        jmp %EDX  # TAIL CALL

llvm-svn: 22047
parent dd66a41e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment