]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/graphite-poly.c
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / graphite-poly.c
index 98e8ab01cdc6edb91d412213deaaf7ef9f7330f5..d43975815de4521dc918771e0e881f88ccfc6a08 100644 (file)
@@ -327,8 +327,8 @@ static void
 dump_gbb_cases (FILE *file, gimple_bb_p gbb)
 {
   int i;
-  gimple stmt;
-  vec<gimple> cases;
+  gimple *stmt;
+  vec<gimple *> cases;
 
   if (!gbb)
     return;
@@ -354,8 +354,8 @@ static void
 dump_gbb_conditions (FILE *file, gimple_bb_p gbb)
 {
   int i;
-  gimple stmt;
-  vec<gimple> conditions;
+  gimple *stmt;
+  vec<gimple *> conditions;
 
   if (!gbb)
     return;