(struct inline_remap): New fields regno_pointer_flag and
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Dec 1995 20:26:58 +0000 (15:26 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Dec 1995 20:26:58 +0000 (15:26 -0500)
regno_pointer_align.

From-SVN: r10876

gcc/integrate.h

index 2b14f88d67df895e9f9ed2fbed01303f408015be..b2acf5e5c1d0729bfab1f8ef123a121b02ac49a8 100644 (file)
@@ -1,5 +1,5 @@
 /* Function integration definitions for GNU C-Compiler
-   Copyright (C) 1990 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -93,6 +93,10 @@ struct inline_remap
   /* Likewise, this is the copied constraints vector.  */
   rtvec copy_asm_constraints_vector;
 
+  /* Indications for regs being pointers and their alignment.  */
+  char *regno_pointer_flag;
+  char *regno_pointer_align;
+
   /* The next few fields are used for subst_constants to record the SETs
      that it saw.  */
   int num_sets;