diff options
author | YamaArashi <shadow962@live.com> | 2016-04-27 19:58:00 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-27 19:58:00 -0700 |
commit | 981039a7fc49438e74ecaa880fd54cb85431e6ce (patch) | |
tree | ae09fe7e46843a63d690bef20ee28600aeeb6fb1 /gcc/rtlanal.c | |
parent | 4f3e13d6663d4865437a18b98078c23713454613 (diff) |
ARG_POINTER_REGNUM / FRAME_POINTER_REGNUM comparisons
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; |