mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 07:04:42 +08:00
Add missing semicolon
From-SVN: r45597
This commit is contained in:
parent
bc591fb46d
commit
5de7e417ea
@ -1,5 +1,8 @@
|
||||
2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* rtlanal.c (subreg_regno_offset): Add semicolon to end of
|
||||
invocation of SUBREG_REGNO_OFFSET.
|
||||
|
||||
* haifa-sched.c: Fix typo in FSF copyright statement.
|
||||
* sched-deps.c: Fix typo in FSF copyright statement.
|
||||
* sched-ebb.c: Fix typo in FSF copyright statement.
|
||||
|
@ -2750,7 +2750,7 @@ subreg_regno_offset (xregno, xmode, offset, ymode)
|
||||
|
||||
/* Check for an override, and use it instead. */
|
||||
#ifdef SUBREG_REGNO_OFFSET
|
||||
ret = SUBREG_REGNO_OFFSET (xregno, xmode, offset, ymode)
|
||||
ret = SUBREG_REGNO_OFFSET (xregno, xmode, offset, ymode);
|
||||
#else
|
||||
if (xregno >= FIRST_PSEUDO_REGISTER)
|
||||
abort ();
|
||||
|
Loading…
Reference in New Issue
Block a user