* rtl.h (rtx_def): Update documentation for jump and call.
authorMark Mitchell <mark@codesourcery.com>
Sun, 11 Apr 1999 10:23:56 +0000 (10:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 11 Apr 1999 10:23:56 +0000 (10:23 +0000)
From-SVN: r26347

gcc/ChangeLog
gcc/rtl.h

index 8156f68be5f84be90be4112334a10ebd173c1fa4..761b754ac1f06ea0c5380f763db7e5ef28c33c67 100644 (file)
@@ -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
index 9fb8c4ac30a9d1f9b53700eda6d0b993e2821bd7..b02ca6f2940b7bb935364065fc9a581d95f8fec1 100644 (file)
--- 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