From: Richard Kenner Date: Wed, 27 Dec 1995 20:22:03 +0000 (-0500) Subject: (struct function): New field regno_pointer_align. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f30d95d264ad9f748875ae590b7954986e31c5f0;p=gcc.git (struct function): New field regno_pointer_align. From-SVN: r10867 --- diff --git a/gcc/function.h b/gcc/function.h index 24b4be25b05..7d799685196 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -145,6 +145,7 @@ struct function int last_linenum; char *last_filename; char *regno_pointer_flag; + char *regno_pointer_align; int regno_pointer_flag_length; rtx *regno_reg_rtx;