diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rwxr-xr-x | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 0830be5..b22f99a 100755 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -105,7 +105,7 @@ rtx_varies_p (x) eliminated the frame and/or arg pointer and are using it for pseudos. */ return ! (x == frame_pointer_rtx || x == hard_frame_pointer_rtx - || x == arg_pointer_rtx || x == pic_offset_table_rtx); + || x == arg_pointer_rtx); case LO_SUM: /* The operand 0 of a LO_SUM is considered constant |