genmatch.c (dt_node::gen_kids): Fix placement of break statement.
2014-11-13 Richard Biener <rguenther@suse.de> * genmatch.c (dt_node::gen_kids): Fix placement of break statement. From-SVN: r217487
This commit is contained in:
parent
1f6be68256
commit
3f341ee716
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-13 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* genmatch.c (dt_node::gen_kids): Fix placement of break statement.
|
||||
|
||||
2014-11-13 Ilya Verbin <ilya.verbin@intel.com>
|
||||
Bernd Schmidt <bernds@codesourcery.com>
|
||||
Andrey Turetskiy <andrey.turetskiy@intel.com>
|
||||
|
|
|
@ -2124,8 +2124,8 @@ dt_node::gen_kids (FILE *f, bool gimple)
|
|||
"}\n");
|
||||
}
|
||||
|
||||
fprintf (f, "break;\n"
|
||||
"}\n");
|
||||
fprintf (f, "}\n"
|
||||
"break;\n");
|
||||
}
|
||||
|
||||
for (unsigned i = 0; i < generic_exprs.length (); ++i)
|
||||
|
|
Loading…
Add table
Reference in a new issue