aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-04-11 10:23:56 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-04-11 10:23:56 +0000
commit10c5bca8f313e5e7cb2b78932d547abd3bf2709c (patch)
treebbe9c8dc64be13f7be283516129d6184fbcf2f23 /gcc/rtl.h
parent1ae5c6c2f79425255f112b1c2368599c7680f937 (diff)
downloadgcc-10c5bca8f313e5e7cb2b78932d547abd3bf2709c.zip
gcc-10c5bca8f313e5e7cb2b78932d547abd3bf2709c.tar.gz
gcc-10c5bca8f313e5e7cb2b78932d547abd3bf2709c.tar.bz2
* rtl.h (rtx_def): Update documentation for jump and call.
From-SVN: r26347
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 9fb8c4a..b02ca6f 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -114,10 +114,9 @@ typedef struct rtx_def
#else
enum machine_mode mode : 8;
#endif
- /* 1 in an INSN if it can alter flow of control
- within this function. Not yet used! */
+ /* LINK_COST_ZERO in an INSN_LIST. */
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;
/* 1 in a MEM or REG if value of this expression will never change
during the current function, even though it is not