Commit 8db7b33f by Jan-Benedict Glaw Committed by Paolo Bonzini

vax-protos.h (legitimate_constant_address_p): Change definition to bool (from…

vax-protos.h (legitimate_constant_address_p): Change definition to bool (from int) to un-break build.

2009-05-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* config/vax/vax-protos.h (legitimate_constant_address_p): Change
	definition to bool (from int) to un-break build.
	(legitimate_constant_p, vax_mode_dependent_address_p): Likewise.

From-SVN: r147832
parent cff4e50d
2009-05-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/vax/vax-protos.h (legitimate_constant_address_p): Change
definition to bool (from int) to un-break build.
(legitimate_constant_p, vax_mode_dependent_address_p): Likewise.
2009-05-24 Paolo Bonzini <bonzini@gnu.org>
* tree-ssa-operands.h (push_stmt_changes, pop_stmt_changes,
......
......@@ -19,9 +19,9 @@ along with GCC; see the file COPYING3. If not see
extern void override_options (void);
extern int legitimate_constant_address_p (rtx);
extern int legitimate_constant_p (rtx);
extern int vax_mode_dependent_address_p (rtx);
extern bool legitimate_constant_address_p (rtx);
extern bool legitimate_constant_p (rtx);
extern bool vax_mode_dependent_address_p (rtx);
#ifdef RTX_CODE
extern const char *cond_name (rtx);
......
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