[lno] [committed] add missing pass_return declaration

Falk Hueffner falk.hueffner@student.uni-tuebingen.de
Fri Mar 12 14:02:00 GMT 2004


Hi,

The new "return" pass was not declared and bootstrapping failed. I
committed this patch.

diff -u -p -r1.1.4.7 tree-pass.h
--- gcc/tree-pass.h     12 Mar 2004 01:28:30 -0000      1.1.4.7
+++ gcc/tree-pass.h     12 Mar 2004 13:58:41 -0000
@@ -133,6 +133,7 @@ extern struct tree_opt_pass pass_phiopt;
 extern struct tree_opt_pass pass_forwprop;
 extern struct tree_opt_pass pass_redundant_phi;
 extern struct tree_opt_pass pass_dse;
+extern struct tree_opt_pass pass_return;


 #endif /* GCC_TREE_PASS_H */

-- 
	Falk



More information about the Gcc-patches mailing list