]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/genmatch.c
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / genmatch.c
index f3d979735baefed13ec36665e7df094c325b7c1b..102a6350b5e7c11b0bc6c11846dc14f53d9eafe9 100644 (file)
@@ -2604,7 +2604,7 @@ dt_node::gen_kids_1 (FILE *f, int indent, bool gimple,
       fprintf_indent (f, indent,
                      "    {\n");
       fprintf_indent (f, indent,
-                     "      gimple def_stmt = SSA_NAME_DEF_STMT (%s);\n",
+                     "      gimple *def_stmt = SSA_NAME_DEF_STMT (%s);\n",
                      kid_opname);
 
       indent += 6;