Commit 1b5e2d7b by Richard Biener Committed by Richard Biener

dwarf2out.c (mem_loc_descriptor): Initialize int_mode.

2019-05-06  Richard Biener  <rguenther@suse.de>

	* dwarf2out.c (mem_loc_descriptor): Initialize int_mode.

From-SVN: r270903
parent f5b73599
2019-05-06 Richard Biener <rguenther@suse.de> 2019-05-06 Richard Biener <rguenther@suse.de>
* dwarf2out.c (mem_loc_descriptor): Initialize int_mode.
2019-05-06 Richard Biener <rguenther@suse.de>
PR tree-optimization/90316 PR tree-optimization/90316
* tree-ssa-alias.c (maybe_skip_until): Pass in target BB, * tree-ssa-alias.c (maybe_skip_until): Pass in target BB,
compute target on demand. compute target on demand.
......
...@@ -15461,7 +15461,7 @@ mem_loc_descriptor (rtx rtl, machine_mode mode, ...@@ -15461,7 +15461,7 @@ mem_loc_descriptor (rtx rtl, machine_mode mode,
if (mode != GET_MODE (rtl) && GET_MODE (rtl) != VOIDmode) if (mode != GET_MODE (rtl) && GET_MODE (rtl) != VOIDmode)
return NULL; return NULL;
scalar_int_mode int_mode, inner_mode, op1_mode; scalar_int_mode int_mode = BImode, inner_mode, op1_mode;
switch (GET_CODE (rtl)) switch (GET_CODE (rtl))
{ {
case POST_INC: case POST_INC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment