summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-11 10:23:56 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-11 10:23:56 +0000
commitd944abf288ec24a67dca75159734d1d60be24abe (patch)
treebbe9c8dc64be13f7be283516129d6184fbcf2f23
parent79c0d658b705630eaaf5624d2eb1544568bbe43c (diff)
downloadppe42-gcc-d944abf288ec24a67dca75159734d1d60be24abe.tar.gz
ppe42-gcc-d944abf288ec24a67dca75159734d1d60be24abe.zip
* rtl.h (rtx_def): Update documentation for jump and call.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26347 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/rtl.h5
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8156f68be5f..761b754ac1f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
* jump.c (jump_optimize_1): Make the definition static to match
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 9fb8c4ac30a..b02ca6f2940 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
OpenPOWER on IntegriCloud