diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rwxr-xr-x | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index bb1d648..b064ed7 100755 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -960,7 +960,7 @@ reg_overlap_mentioned_p (x, in) endregno = regno + (regno < FIRST_PSEUDO_REGISTER ? HARD_REGNO_NREGS (regno, GET_MODE (x)) : 1); - return refers_to_regno_p (regno, endregno, in, NULL_PTR); + return refers_to_regno_p (regno, endregno, in, NULL); } /* Used for communications between the next few functions. */ |