Commit bef9925b by Richard Kenner

(combine_instructions): Initialize undobuf in the event

`gen_rtx_combine' is called before `try_combine'.

From-SVN: r3359
parent 42118350
...@@ -406,6 +406,7 @@ combine_instructions (f, nregs) ...@@ -406,6 +406,7 @@ combine_instructions (f, nregs)
combine_merges = 0; combine_merges = 0;
combine_extras = 0; combine_extras = 0;
combine_successes = 0; combine_successes = 0;
undobuf.num_undo = previous_num_undos = 0;
combine_max_regno = nregs; combine_max_regno = nregs;
......
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