Commit 33fd5699 by Marek Polacek Committed by Marek Polacek

final.c (update_alignments): Initialize label to NULL_RTX.

2013-11-12  Marek Polacek  <polacek@redhat.com>

	* final.c (update_alignments): Initialize label to NULL_RTX.

From-SVN: r204712
parent 582d9b50
2013-11-12 Marek Polacek <polacek@redhat.com>
* final.c (update_alignments): Initialize label to NULL_RTX.
2013-11-12 Jeff Law <law@redhat.com> 2013-11-12 Jeff Law <law@redhat.com>
* gimple-ssa-isolate-paths.c (check_loadstore): New function. * gimple-ssa-isolate-paths.c (check_loadstore): New function.
...@@ -830,7 +830,7 @@ void ...@@ -830,7 +830,7 @@ void
update_alignments (vec<rtx> &label_pairs) update_alignments (vec<rtx> &label_pairs)
{ {
unsigned int i = 0; unsigned int i = 0;
rtx iter, label; rtx iter, label = NULL_RTX;
if (max_labelno != max_label_num ()) if (max_labelno != max_label_num ())
grow_label_align (); grow_label_align ();
......
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