From 6a5ac314de999025863ed86335d57dd640597577 Mon Sep 17 00:00:00 2001 From: Oleg Endo Date: Fri, 6 Dec 2013 10:27:20 +0000 Subject: cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or class opt_pass. * cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or class opt_pass. * function.h: Likewise. * lto-cgraph.c: Likewise. * pass_manager.h: Likewise. * passes.c: Likewise. * tree-pass.h: Likewise. From-SVN: r205732 --- gcc/function.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/function.h') diff --git a/gcc/function.h b/gcc/function.h index c00bfe2..fcbebc1 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -167,8 +167,8 @@ typedef struct temp_slot *temp_slot_p; struct call_site_record_d; struct dw_fde_struct; -struct ipa_opt_pass_d; -typedef struct ipa_opt_pass_d *ipa_opt_pass; +class ipa_opt_pass_d; +typedef ipa_opt_pass_d *ipa_opt_pass; struct GTY(()) varasm_status { -- cgit v1.1