Since we don't clobber %rsi (2nd argument) anymore, we don't have to
save/restore it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I reverted this, because we are doing a call (%rsi is not a preserved register), so of course we have to save/restore it (even if we don't clobber it ourselves).