diff options
author | erich <erich@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-31 14:45:20 +0000 |
---|---|---|
committer | erich <erich@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-31 14:45:20 +0000 |
commit | 1881127141d970e55c3d704419144279f6ace9e8 (patch) | |
tree | d57ba597dc64597229fd8519e5632af2c636103b /gcc/regs.h | |
parent | 17b05073a3b428bd49cadb047a9d2a312069fd0d (diff) | |
download | gcc-1881127141d970e55c3d704419144279f6ace9e8.tar.gz |
* regs.h (regno_pointer_align, REGNO_POINTER_ALIGN): Delete from
here...
* rtl.h (regno_pointer_align, REGNO_POINTER_ALIGN): ... and put
them here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11140 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regs.h')
-rw-r--r-- | gcc/regs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/regs.h b/gcc/regs.h index c26528d0574..fe0d1ac1af1 100644 --- a/gcc/regs.h +++ b/gcc/regs.h @@ -149,11 +149,6 @@ extern char *regno_pointer_flag; #define REGNO_POINTER_FLAG(REGNO) regno_pointer_flag[REGNO] extern int regno_pointer_flag_length; -/* Similarly, contains the alignment in bytes for a register that contains - a pointer, if known. */ -extern char *regno_pointer_align; -#define REGNO_POINTER_ALIGN(REGNO) regno_pointer_align[REGNO] - /* List made of EXPR_LIST rtx's which gives pairs of pseudo registers that have to go in the same hard reg. */ extern rtx regs_may_share; |