Update the documentation for the new adjust_sp_* instruction names.

`adjust_sp_imm` has been split into `adjust_sp_up_imm` and
`adjust_sp_down_imm`, and `adjust_sp_down` has been added.
This commit is contained in:
Dan Gohman
2018-07-02 15:43:15 -07:00
parent d2d8b56ddb
commit b0cce6daec

View File

@@ -999,7 +999,9 @@ Special register operations
The prologue and epilogue of a function needs to manipulate special registers like the stack The prologue and epilogue of a function needs to manipulate special registers like the stack
pointer and the frame pointer. These instructions should not be used in regular code. pointer and the frame pointer. These instructions should not be used in regular code.
.. autoinst:: adjust_sp_imm .. autoinst:: adjust_sp_down
.. autoinst:: adjust_sp_up_imm
.. autoinst:: adjust_sp_down_imm
.. autoinst:: ifcmp_sp .. autoinst:: ifcmp_sp
.. autoinst:: copy_special .. autoinst:: copy_special