aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2006-11-10 10:30:33 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2006-11-10 09:30:33 +0000
commit9ff5780962762f262b82544d98f77e7e3a7b3fab (patch)
treecd67c6f64f70118778f83ccabe8022684c7395c0 /gcc/cfglayout.c
parent0e9dac9e169233b2cd6dcfac54c26b2a77db4808 (diff)
downloadgcc-9ff5780962762f262b82544d98f77e7e3a7b3fab.zip
gcc-9ff5780962762f262b82544d98f77e7e3a7b3fab.tar.gz
gcc-9ff5780962762f262b82544d98f77e7e3a7b3fab.tar.bz2
final.c (final): Walk from first instruction.
* final.c (final): Walk from first instruction. * cfglayout.c (insn_locators_initialize): Remove line number notes. From-SVN: r118650
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r--gcc/cfglayout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c
index cddb0da..51a0a3b 100644
--- a/gcc/cfglayout.c
+++ b/gcc/cfglayout.c
@@ -277,6 +277,7 @@ insn_locators_initialize (void)
NOTE_EXPANDED_LOCATION (xloc, insn);
line_number = xloc.line;
file_name = xloc.file;
+ delete_insn (insn);
}
}
else