From 3051365e5660fa68a8f0672f9422b7823b0c2ac3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 27 Dec 1995 15:26:58 -0500 Subject: [PATCH] (struct inline_remap): New fields regno_pointer_flag and regno_pointer_align. From-SVN: r10876 --- gcc/integrate.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/integrate.h b/gcc/integrate.h index 2b14f88d67d..b2acf5e5c1d 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -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; -- 2.30.2