Commit 10c5bca8 by Mark Mitchell Committed by Mark Mitchell

* rtl.h (rtx_def): Update documentation for jump and call.

From-SVN: r26347
parent 1ae5c6c2
Sun Apr 11 10:24:18 1999 Mark Mitchell <mark@codesourcery.com>
* rtl.h (rtx_def): Update documentation for jump and call.
Sun Apr 11 07:43:44 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Sun Apr 11 07:43:44 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* jump.c (jump_optimize_1): Make the definition static to match * jump.c (jump_optimize_1): Make the definition static to match
......
...@@ -114,10 +114,9 @@ typedef struct rtx_def ...@@ -114,10 +114,9 @@ typedef struct rtx_def
#else #else
enum machine_mode mode : 8; enum machine_mode mode : 8;
#endif #endif
/* 1 in an INSN if it can alter flow of control /* LINK_COST_ZERO in an INSN_LIST. */
within this function. Not yet used! */
unsigned int jump : 1; unsigned int jump : 1;
/* 1 in an INSN if it can call another function. Not yet used! */ /* LINK_COST_FREE in an INSN_LIST. */
unsigned int call : 1; unsigned int call : 1;
/* 1 in a MEM or REG if value of this expression will never change /* 1 in a MEM or REG if value of this expression will never change
during the current function, even though it is not during the current function, even though it is not
......
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