summaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-12 17:53:03 -0800
committerYamaArashi <shadow962@live.com>2016-02-12 17:53:03 -0800
commitef3a1796662108f019de5d018269abb28250934f (patch)
tree94465f88087b165cd2ebf4e1e40d75b423ba5c3a /gcc/final.c
parent8e9f3932d7e21ece4840965a5018bcd3c23c5a1b (diff)
remove live ranges
Diffstat (limited to 'gcc/final.c')
-rwxr-xr-xgcc/final.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 2f54102..96836ed 100755
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -66,7 +66,6 @@ Boston, MA 02111-1307, USA. */
#include "reload.h"
/* CYGNUS LOCAL LRS */
#include "function.h"
-#include "range.h"
#include "bitmap.h"
#include "obstack.h"
@@ -1541,28 +1540,6 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
break;
}
- /* CYGNUS LOCAL LRS */
- if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_RANGE_START)
- {
-#ifdef ASM_COMMENT_START
- if (flag_debug_asm)
- live_range_print (file, NOTE_RANGE_INFO (insn), "\t",
- ASM_COMMENT_START);
-#endif
- break;
- }
-
- if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_RANGE_END)
- {
-#ifdef ASM_COMMENT_START
- if (flag_debug_asm)
- fprintf (file, "\t%s range #%d end\n", ASM_COMMENT_START,
- RANGE_INFO_UNIQUE (NOTE_RANGE_INFO (insn)));
-#endif
- break;
- }
- /* END CYGNUS LOCAL */
-
if (NOTE_LINE_NUMBER (insn) == NOTE_INSN_PROLOGUE_END)
{
#ifdef FUNCTION_END_PROLOGUE