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.h | |
parent | e58748cc8494d3df2d83435078e5615641ddd9da (diff) |
misc cleanup
Diffstat (limited to 'gcc/range.h')
-rwxr-xr-x | gcc/range.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/range.h b/gcc/range.h index 20d1d4f..9a48458 100755 --- a/gcc/range.h +++ b/gcc/range.h @@ -37,17 +37,9 @@ extern int range_max_unique; /* Allow copies from constant integers */ #define LIVE_RANGE_COPYIN_CONST 0x4 -/* Default value for using GDB specific stabs to denote live ranges */ -#define LIVE_RANGE_GDB_DEFAULT 1 - /* Default value for creating scoping blocks for live ranges */ #define LIVE_RANGE_SCOPE_DEFAULT 0 -/* Determine whether or not to use new style stabs for live range debugging. - Assumes that write_symbols == DBX_DEBUG has already been checked for. */ -#define LIVE_RANGE_GDBSTAB_P() (use_gnu_debug_info_extensions \ - && flag_live_range_gdb) - /* Live range functions */ #ifdef BUFSIZ extern void live_range_print PROTO((FILE *, rtx, char *, char *)); |