]> gcc.gnu.org Git - gcc.git/commitdiff
(struct inline_remap): Add integrating field.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 14 May 1993 17:22:55 +0000 (10:22 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 14 May 1993 17:22:55 +0000 (10:22 -0700)
From-SVN: r4454

gcc/integrate.h

index 0f59ba255df9c3fe01121f5cb1b48b05ab471268..5e776dd3a90d649a471900feb63f95825451a754 100644 (file)
@@ -31,6 +31,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 struct inline_remap
 {
+  /* True if we are doing function integration, false otherwise.
+     Used to control whether RTX_UNCHANGING bits are copied by
+     copy_rtx_and_substitute. */
+  int integrating;
   /* Definition of function be inlined.  */
   union tree_node *fndecl;
   /* Place to put insns needed at start of function.  */
This page took 0.062462 seconds and 5 git commands to generate.