summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/explow.c')
-rwxr-xr-xgcc/explow.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index 9be9e79..e9f32ec 100755
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -399,11 +399,7 @@ copy_all_regs (x)
{
if (GET_CODE (x) == REG)
{
- if (REGNO (x) != FRAME_POINTER_REGNUM
-#if HARD_FRAME_POINTER_REGNUM != FRAME_POINTER_REGNUM
- && REGNO (x) != HARD_FRAME_POINTER_REGNUM
-#endif
- )
+ if (REGNO (x) != FRAME_POINTER_REGNUM)
x = copy_to_reg (x);
}
else if (GET_CODE (x) == MEM)