From d2a3ce4e3374de54b231d98bd78613c8dc18d9a4 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 10 Jun 2010 20:21:35 +0000 Subject: read-md.h (read_rtx_lineno): Rename to... gcc/ * read-md.h (read_rtx_lineno): Rename to... (read_md_lineno): ...this. (read_rtx_filename): Rename to... (read_md_filename): ...this. (copy_rtx_ptr_loc): Rename to... (copy_md_ptr_loc): ...this. (print_rtx_ptr_loc): Rename to... (print_md_ptr_loc): ...this. * read-md.c: Likewise. Update references after renaming. (string_obstack): Replace RTL with MD in comment. (set_rtx_ptr_loc): Rename to... (set_md_ptr_loc): ...this. (get_rtx_ptr_loc): Rename to... (get_md_ptr_loc): ...this. * genconditions.c: Update references after renaming. * genemit.c: Likewise. * genoutput.c: Likewise. * genpreds.c: Likewise. * gensupport.c: Likewise. * read-rtl.c: Likewise. From-SVN: r160571 --- gcc/genconditions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/genconditions.c') diff --git a/gcc/genconditions.c b/gcc/genconditions.c index aed0469..9ac7e83 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -117,7 +117,7 @@ write_one_condition (void **slot, void * ARG_UNUSED (dummy)) const struct c_test *test = * (const struct c_test **) slot; const char *p; - print_rtx_ptr_loc (test->expr); + print_md_ptr_loc (test->expr); fputs (" { \"", stdout); for (p = test->expr; *p; p++) { -- cgit v1.1