From 62f1c8373a074a7ffb3d0f7458803bf0b07e626e Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 14 Feb 2016 19:26:29 -0800 Subject: remove PIC (non-working and disabled) --- gcc/rtlanal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rtlanal.c') 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 -- cgit v1.2.3