Commit 98166192 by Jan Hubicka Committed by Jan Hubicka

* gcc.dg/tree-ssa/loadpre6.c: Update.

From-SVN: r160158
parent ac3c2839
2010-06-02 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-ssa/loadpre6.c: Update.
2010-06-02 Richard Guenther <rguenther@suse.de> 2010-06-02 Richard Guenther <rguenther@suse.de>
* g++.dg/plugin/header_plugin.c: Include cp-tree.h before * g++.dg/plugin/header_plugin.c: Include cp-tree.h before
......
...@@ -72,6 +72,7 @@ main (void) ...@@ -72,6 +72,7 @@ main (void)
remove_useless_vars (&unexpanded_var_list, 0); remove_useless_vars (&unexpanded_var_list, 0);
return 0; return 0;
} }
/* { dg-final { scan-tree-dump-times "Eliminated: 2" 1 "pre" } } */ /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre" } } */
/* { dg-final { scan-tree-dump-times "Insertions: 2" 1 "pre" } } */
/* { dg-final { cleanup-tree-dump "pre" } } */ /* { dg-final { cleanup-tree-dump "pre" } } */
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