From f30d95d264ad9f748875ae590b7954986e31c5f0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 27 Dec 1995 15:22:03 -0500 Subject: [PATCH] (struct function): New field regno_pointer_align. From-SVN: r10867 --- gcc/function.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2