Commit 7aa923e0 by Martin Jambor Committed by Martin Jambor

Trivial fix in dump_access_tree_1

2017-06-13  Martin Jambor  <mjambor@suse.cz>

	* tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
	instead of f.

From-SVN: r249152
parent 9ebc3467
2017-06-13 Martin Jambor <mjambor@suse.cz>
* tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
instead of f.
2017-06-13 Yury Gribov <tetra2005@gmail.com>
* match.pd: New pattern.
......
......@@ -470,7 +470,7 @@ dump_access_tree_1 (FILE *f, struct access *access, int level)
int i;
for (i = 0; i < level; i++)
fputs ("* ", dump_file);
fputs ("* ", f);
dump_access (f, access, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment