Fix build for ENABLE_OFFLOADING in expand_omp_target
authorTom de Vries <tom@codesourcery.com>
Wed, 10 Jun 2015 08:20:50 +0000 (08:20 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Wed, 10 Jun 2015 08:20:50 +0000 (08:20 +0000)
2015-06-10  Tom de Vries  <tom@codesourcery.com>

* omp-low.c (expand_omp_target): Remove duplicate declaration of node.

From-SVN: r224316

gcc/ChangeLog
gcc/omp-low.c

index 3d97a8d08c32f44a892a8b8d27841b2fd3c9a7c5..14d7c71e5462aaf23552b6ef3406079db30dae06 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-10  Tom de Vries  <tom@codesourcery.com>
+
+       * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
+
 2015-06-10  Martin Liska  <mliska@suse.cz>
 
        PR bootstrap/66471
index 77716bf6c20c7aaf23f901b796ef18379b6c5102..72c431e3e9f4c6bdb3a0ca9aa0a45f4a50f517fd 100644 (file)
@@ -8976,8 +8976,7 @@ expand_omp_target (struct omp_region *region)
 #ifdef ENABLE_OFFLOADING
       /* Prevent IPA from removing child_fn as unreachable, since there are no
         refs from the parent function to child_fn in offload LTO mode.  */
-      struct cgraph_node *node = cgraph_node::get (child_fn);
-      node->mark_force_output ();
+      cgraph_node::get (child_fn)->mark_force_output ();
 #endif
 
       /* Some EH regions might become dead, see PR34608.  If