]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/function.h
coretypes.h (gimple_seq, [...]): Typedef as gimple.
[thirdparty/gcc.git] / gcc / function.h
index 5aaba74dc0baec5c38505f6140d88be27afb80a4..34efb3157abe1c349f462c6b6f2deef0a26a4b5b 100644 (file)
@@ -507,7 +507,7 @@ struct GTY(()) function {
   struct control_flow_graph *cfg;
 
   /* GIMPLE body for this function.  */
-  struct gimple_seq_d *gimple_body;
+  gimple_seq gimple_body;
 
   /* SSA and dataflow information.  */
   struct gimple_df *gimple_df;