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
2 files changed
tree: 4fc3ac6573921fce6fbc7afec8a4648c5efa9551
  1. llvm/
  2. stacker/