From ef3a1796662108f019de5d018269abb28250934f Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Feb 2016 17:53:03 -0800 Subject: remove live ranges --- gcc/final.c | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'gcc/final.c') 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 -- cgit v1.2.3