re PR debug/89076 (gcc/dwarf2out.c:23270:9: warning: duplicated ‘if’ condition)

2019-01-28  Richard Biener  <rguenther@suse.de>

	PR debug/89076
	* dwarf2out.c (gen_subprogram_die): Remove leftover from MPX
	support removal.

From-SVN: r268334
This commit is contained in:
Richard Biener 2019-01-28 09:36:50 +00:00 committed by Richard Biener
parent 497ef4d7f5
commit 44ed55d52a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2019-01-28 Richard Biener <rguenther@suse.de>
PR debug/89076
* dwarf2out.c (gen_subprogram_die): Remove leftover from MPX
support removal.
2019-01-28 Richard Biener <rguenther@suse.de>
PR tree-optimization/88739

View File

@ -23267,8 +23267,6 @@ gen_subprogram_die (tree decl, dw_die_ref context_die)
parm = DECL_CHAIN (parm);
}
else if (parm)
parm = DECL_CHAIN (parm);
if (generic_decl_parm)
generic_decl_parm = DECL_CHAIN (generic_decl_parm);