Commit 3ea6239f by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

* ipa-prop.c (ipa_print_node_jump_functions): Fix typos.

From-SVN: r179102
parent 19077123
2011-09-22 Maxim Kuvyrkov <maxim@codesourcery.com>
* ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
2011-09-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* reload.c (find_reloads): Set operand_mode to Pmode for address
......@@ -195,9 +195,9 @@ ipa_print_node_jump_functions_for_edge (FILE *f, struct cgraph_edge *cs)
tree_code_name[(int)
jump_func->value.pass_through.operation]);
if (jump_func->value.pass_through.operation != NOP_EXPR)
print_generic_expr (dump_file,
print_generic_expr (f,
jump_func->value.pass_through.operand, 0);
fprintf (dump_file, "\n");
fprintf (f, "\n");
}
else if (type == IPA_JF_ANCESTOR)
{
......@@ -206,7 +206,7 @@ ipa_print_node_jump_functions_for_edge (FILE *f, struct cgraph_edge *cs)
jump_func->value.ancestor.formal_id,
jump_func->value.ancestor.offset);
print_generic_expr (f, jump_func->value.ancestor.type, 0);
fprintf (dump_file, "\n");
fprintf (f, "\n");
}
}
}
......
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