summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-14 19:26:29 -0800
committerYamaArashi <shadow962@live.com>2016-02-14 19:26:29 -0800
commit62f1c8373a074a7ffb3d0f7458803bf0b07e626e (patch)
tree32045778cc5a8458ba8ded51dfd79356fbff9d9d /gcc/reload1.c
parentabcd805cb77cfcfe0b5f911b784610983750a0b2 (diff)
remove PIC (non-working and disabled)
Diffstat (limited to 'gcc/reload1.c')
-rwxr-xr-xgcc/reload1.c5
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);