Skip to content
Commit e7e966de authored by Evan Cheng's avatar Evan Cheng
Browse files

Special epilogue for vararg functions. We cannot do a pop to pc because

there follows a sp increment for the va register save region. Instead issue
a separate pop to another register, increment sp, and then return:
        pop {r4, r5, r6, r7}
        pop {r3}
        add sp, #3 * 4
        bx r3

llvm-svn: 33739
parent df4e992a
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