diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 9c8830d4000..236d9fb2e2d 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -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 (); |