diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rwxr-xr-x | gcc/rtlanal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index b064ed7..d520365 100755 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -816,9 +816,7 @@ refers_to_regno_p (regno, endregno, x, loc) clobber a virtual register. In fact, we could be more precise, but it isn't worth it. */ if ((i == STACK_POINTER_REGNUM -#if FRAME_POINTER_REGNUM != ARG_POINTER_REGNUM || i == ARG_POINTER_REGNUM -#endif || i == FRAME_POINTER_REGNUM) && regno >= FIRST_VIRTUAL_REGISTER && regno <= LAST_VIRTUAL_REGISTER) return 1; |