Commit 41b83758 by Greta Yorsh Committed by Greta Yorsh

arm.c (gen_operands_ldrd_strd): Initialize "base".

2013-04-12  Greta Yorsh  <Greta.Yorsh@arm.com>

	* config/arm/arm.c (gen_operands_ldrd_strd): Initialize "base".

From-SVN: r197921
parent 5bd66d23
2013-04-12 Greta Yorsh <Greta.Yorsh@arm.com>
* config/arm/arm.c (gen_operands_ldrd_strd): Initialize "base".
2013-04-12 Richard Biener <rguenther@suse.de> 2013-04-12 Richard Biener <rguenther@suse.de>
* tree-pass.h (TODO_do_not_ggc_collect): New. * tree-pass.h (TODO_do_not_ggc_collect): New.
......
...@@ -12694,7 +12694,7 @@ gen_operands_ldrd_strd (rtx *operands, bool load, ...@@ -12694,7 +12694,7 @@ gen_operands_ldrd_strd (rtx *operands, bool load,
{ {
int nops = 2; int nops = 2;
HOST_WIDE_INT offsets[2], offset; HOST_WIDE_INT offsets[2], offset;
rtx base; rtx base = NULL_RTX;
rtx cur_base, cur_offset, tmp; rtx cur_base, cur_offset, tmp;
int i, gap; int i, gap;
HARD_REG_SET regset; HARD_REG_SET regset;
......
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