From 33aceff28557ed32a99c3944a68696a5a36dfa76 Mon Sep 17 00:00:00 2001 From: John Wehle Date: Sat, 22 Dec 2001 17:23:52 +0000 Subject: rtl.h (subreg_lsb): Declare. * rtl.h (subreg_lsb): Declare. * rtlanal.c (subreg_lsb): Implement. From-SVN: r48272 --- gcc/rtl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index ff29333..e4360d6 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -818,6 +818,7 @@ extern const char * const note_insn_name[NOTE_INSN_MAX - NOTE_INSN_BIAS]; #define SUBREG_BYTE(RTX) XCUINT(RTX, 1, SUBREG) /* in rtlanal.c */ +extern unsigned int subreg_lsb PARAMS ((rtx)); extern unsigned int subreg_regno_offset PARAMS ((unsigned int, enum machine_mode, unsigned int, -- cgit v1.1