diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 17:53:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 17:53:03 -0800 |
commit | ef3a1796662108f019de5d018269abb28250934f (patch) | |
tree | 94465f88087b165cd2ebf4e1e40d75b423ba5c3a /gcc/flags.h | |
parent | 8e9f3932d7e21ece4840965a5018bcd3c23c5a1b (diff) |
remove live ranges
Diffstat (limited to 'gcc/flags.h')
-rwxr-xr-x | gcc/flags.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 77f839b..d817cdb 100755 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -430,17 +430,6 @@ extern int flag_unaligned_struct_hack; extern int flag_unaligned_pointers; /* END CYGNUS LOCAL */ -/* CYGNUS LOCAL LRS */ -/* Enable live range splitting. */ -extern int flag_live_range; - -/* Enable/disable using GDB extensions for denoting live ranges. */ -extern int flag_live_range_gdb; - -/* Create scoping blocks for live ranges when debugging. */ -extern int flag_live_range_scope; -/* END CYGNUS LOCAL LRS */ - /* Tag all structures with __attribute__(packed) */ extern int flag_pack_struct; |