The PIC calling convention for MIPS requires that on entry to a function, register r25 (t9) holds the address of the function’s entry point.
This patch sets up register r25 with the address of function to be called in PrepareTrivialCall().
Details
Details
- Reviewers
clayborg
Diff Detail
Diff Detail
- Repository
- rL LLVM