aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sh/sh.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md
index 5c8d306..f0cb3cf 100644
--- a/gcc/config/sh/sh.md
+++ b/gcc/config/sh/sh.md
@@ -10751,12 +10751,6 @@ label:
"__stack_chk_guard") == 0)
stack_chk_guard_p = true;
- /* Use R0 to avoid long R0 liveness which stack-protector tends to
- produce. */
- if (! sh_lra_flag
- && stack_chk_guard_p && ! reload_in_progress && ! reload_completed)
- operands[2] = gen_rtx_REG (Pmode, R0_REG);
-
if (TARGET_SHMEDIA)
{
rtx reg = operands[2];