m68hc11_print_operand_address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165148
138bc75d-0d04-0410-961f-
82ee72b054a4
2010-10-07 Nathan Froyd <froydnj@codesourcery.com>
+ * config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
+ m68hc11_print_operand_address.
+
+2010-10-07 Nathan Froyd <froydnj@codesourcery.com>
+
* builtins.c (rewrite_call_expr): Move code to...
(rewrite_call_expr_valist): ...here. Call
build_call_expr_loc_array.
case MEM:
gcc_assert (TARGET_M6812);
fprintf (file, "[");
- print_operand_address (file, XEXP (base, 0));
+ m68hc11_print_operand_address (file, XEXP (base, 0));
fprintf (file, "]");
break;