diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 10:25:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 10:25:03 -0800 |
commit | 7e65adeeca85a232d11aeaa063227dad72f12e2f (patch) | |
tree | 630112ec27631ea4940f72713ee40d7742c4c295 /gcc/range.c | |
parent | e58748cc8494d3df2d83435078e5615641ddd9da (diff) |
misc cleanup
Diffstat (limited to 'gcc/range.c')
-rwxr-xr-x | gcc/range.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/range.c b/gcc/range.c index d96caca..1a76b43 100755 --- a/gcc/range.c +++ b/gcc/range.c @@ -1292,8 +1292,7 @@ range_finish (stream, first_insn, count, range_max_regno) rtx before; int new_scope_p = (write_symbols != NO_DEBUG /* create new scope */ && flag_live_range_scope /* block for vars? */ - && (write_symbols != DBX_DEBUG - || !LIVE_RANGE_GDBSTAB_P ())); + ); after = range_start; before = range_end; |