diff options
Diffstat (limited to 'gcc/reload1.c')
-rwxr-xr-x | gcc/reload1.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index e8af2a2..96ae223 100755 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -693,11 +693,6 @@ reload (first, global, dumpfile) { rtx note = find_reg_note (insn, REG_EQUIV, NULL_RTX); if (note -#ifdef LEGITIMATE_PIC_OPERAND_P - && (! function_invariant_p (XEXP (note, 0)) - || ! flag_pic - || LEGITIMATE_PIC_OPERAND_P (XEXP (note, 0))) -#endif ) { rtx x = XEXP (note, 0); |