Commit 3051365e by Richard Kenner

(struct inline_remap): New fields regno_pointer_flag and

regno_pointer_align.

From-SVN: r10876
parent 50874c8d
/* Function integration definitions for GNU C-Compiler /* 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. This file is part of GNU CC.
...@@ -93,6 +93,10 @@ struct inline_remap ...@@ -93,6 +93,10 @@ struct inline_remap
/* Likewise, this is the copied constraints vector. */ /* Likewise, this is the copied constraints vector. */
rtvec copy_asm_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 /* The next few fields are used for subst_constants to record the SETs
that it saw. */ that it saw. */
int num_sets; int num_sets;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment