gcc/
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Feb 2016 14:41:00 +0000 (14:41 +0000)
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Feb 2016 14:41:00 +0000 (14:41 +0000)
2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>

PR target/69369
Revert r232560:
2016-01-19  Jan Hubicka  <hubicka@ucw.cz>

* cgraphunit.c (cgraph_node::reset): Clear thunk info and
instrumented_version.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233177 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cgraphunit.c

index 3d41eae..3357d85 100644 (file)
@@ -1,3 +1,12 @@
+2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
+
+       PR target/69369
+       Revert r232560:
+       2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
+
+       * cgraphunit.c (cgraph_node::reset): Clear thunk info and
+       instrumented_version.
+
 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
 
        * doc/invoke.texi (Optimize Options): In table of --param options
index b95c172..2c49d7b 100644 (file)
@@ -366,14 +366,12 @@ cgraph_node::reset (void)
   memset (&local, 0, sizeof (local));
   memset (&global, 0, sizeof (global));
   memset (&rtl, 0, sizeof (rtl));
-  memset (&thunk, 0, sizeof (cgraph_thunk_info));
   analyzed = false;
   definition = false;
   alias = false;
   transparent_alias = false;
   weakref = false;
   cpp_implicit_alias = false;
-  instrumented_version = NULL;
 
   remove_callees ();
   remove_all_references ();