Commit cd4dd8f0 by Joern Rennecke Committed by Joern Rennecke

arc.c (pass_arc_ifcvt::clone): Update for ctxt_ ->m_ctxt change.

        * config/arc/arc.c (pass_arc_ifcvt::clone):
        Update for ctxt_ ->m_ctxt change.

From-SVN: r203093
parent 6cdfeeb4
2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
* config/arc/arc.c (pass_arc_ifcvt::clone):
Update for ctxt_ ->m_ctxt change.
2013-10-01 Jeff Law <law@redhat.com>
* tree-ssa-threadupdate.c (struct redirection_data): Delete
......
......@@ -616,7 +616,7 @@ public:
{}
/* opt_pass methods: */
opt_pass * clone () { return new pass_arc_ifcvt (ctxt_); }
opt_pass * clone () { return new pass_arc_ifcvt (m_ctxt); }
unsigned int execute () { return arc_ifcvt (); }
};
......
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