]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arc.c (pass_arc_ifcvt::clone): Update for ctxt_ ->m_ctxt change.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Tue, 1 Oct 2013 22:03:47 +0000 (22:03 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Tue, 1 Oct 2013 22:03:47 +0000 (23:03 +0100)
        * config/arc/arc.c (pass_arc_ifcvt::clone):
        Update for ctxt_ ->m_ctxt change.

From-SVN: r203093

gcc/ChangeLog
gcc/config/arc/arc.c

index 47679d2c64f00e5b77f734a5624f8a666cc76550..7ff5bd229483d1bef45ff060d285a877eaa16d50 100644 (file)
@@ -1,3 +1,8 @@
+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
index f2828f2db35d6dfd9c3235ed96df246c8f200f44..83f92ebb7a9226feb093e2d9123727119ba50d8b 100644 (file)
@@ -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 (); }
 };