Commit 74601584 by Andreas Schwab Committed by Andreas Schwab

ia64.c (ia64_function_ok_for_sibcall): Mark 'exp' as unused.

	* config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
	as unused.
	(bundling): Initialize 'pos'.
	(ia64_expand_builtin): Initialize 'rmode'.

From-SVN: r66738
parent 8c0a5264
2003-05-12 Andreas Schwab <schwab@suse.de>
* config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
as unused.
(bundling): Initialize 'pos'.
(ia64_expand_builtin): Initialize 'rmode'.
2003-05-12 David Edelsohn <edelsohn@gnu.org> 2003-05-12 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT. * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
......
...@@ -3609,7 +3609,8 @@ ia64_function_arg_pass_by_reference (cum, mode, type, named) ...@@ -3609,7 +3609,8 @@ ia64_function_arg_pass_by_reference (cum, mode, type, named)
this is an indirect call. */ this is an indirect call. */
static bool static bool
ia64_function_ok_for_sibcall (decl, exp) ia64_function_ok_for_sibcall (decl, exp)
tree decl, exp; tree decl;
tree exp ATTRIBUTE_UNUSED;
{ {
/* Direct calls are always ok. */ /* Direct calls are always ok. */
if (decl) if (decl)
...@@ -6554,7 +6555,7 @@ bundling (dump, verbose, prev_head_insn, tail) ...@@ -6554,7 +6555,7 @@ bundling (dump, verbose, prev_head_insn, tail)
rtx insn, next_insn; rtx insn, next_insn;
int insn_num; int insn_num;
int i, bundle_end_p, only_bundle_end_p, asm_p; int i, bundle_end_p, only_bundle_end_p, asm_p;
int pos, max_pos, template0, template1; int pos = 0, max_pos, template0, template1;
rtx b; rtx b;
rtx nop; rtx nop;
enum attr_type type; enum attr_type type;
...@@ -8151,7 +8152,7 @@ ia64_expand_builtin (exp, target, subtarget, mode, ignore) ...@@ -8151,7 +8152,7 @@ ia64_expand_builtin (exp, target, subtarget, mode, ignore)
tree fndecl = TREE_OPERAND (TREE_OPERAND (exp, 0), 0); tree fndecl = TREE_OPERAND (TREE_OPERAND (exp, 0), 0);
unsigned int fcode = DECL_FUNCTION_CODE (fndecl); unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
tree arglist = TREE_OPERAND (exp, 1); tree arglist = TREE_OPERAND (exp, 1);
enum machine_mode rmode; enum machine_mode rmode = VOIDmode;
switch (fcode) switch (fcode)
{ {
......
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