CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/19 13:09:55
Modified files:
gnu/usr.bin/gcc/gcc: protector.c
Log message:
Make sure to invoke end_sequence() before passing it to any emit_insn()
flavour. From etoh@'s gcc 3.4 tree. While there, also kill
change_arg_use_of_insns_2() which is now a dim wrapper around
change_arg_use_of_insns(), from etoh@'s tree as well.
