Commit 18e15e30 by Segher Boessenkool Committed by Segher Boessenkool

Fix JUMP_LABEL documentation


	* doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.

From-SVN: r240325
parent b641f833
2016-09-21 Segher Boessenkool <segher@kernel.crashing.org>
* doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
2016-09-21 Bernd Edlinger <bernd.edlinger@hotmail.de> 2016-09-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR tree-optimization/77550 PR tree-optimization/77550
......
...@@ -3525,8 +3525,8 @@ and @code{addr_diff_vec}, where @code{JUMP_LABEL} is @code{NULL_RTX} ...@@ -3525,8 +3525,8 @@ and @code{addr_diff_vec}, where @code{JUMP_LABEL} is @code{NULL_RTX}
and the only way to find the labels is to scan the entire body of the and the only way to find the labels is to scan the entire body of the
insn. insn.
Return insns count as jumps, but since they do not refer to any Return insns count as jumps, but their @code{JUMP_LABEL} is @code{RETURN}
labels, their @code{JUMP_LABEL} is @code{NULL_RTX}. or @code{SIMPLE_RETURN}.
@findex call_insn @findex call_insn
@item call_insn @item call_insn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment