From 506868500a53b9181d45596cc7e138dce2f97d9e Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Wed, 19 Aug 2015 02:48:16 +0000 Subject: remove useless typedefs gcc/ChangeLog: 2015-08-11 trevor Saunders * bt-load.c, cgraph.h, dwarf2out.c, dwarf2out.h, final.c, function.c, graphite-scop-detection.c, haifa-sched.c, ipa-devirt.c, ipa-split.c, recog.c, ree.c, stmt.c, tree-data-ref.c, tree-ssa-dom.c, tree-ssa-loop-ivopts.c, varasm.c: Remove typedefs of structs. From-SVN: r227000 --- gcc/haifa-sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/haifa-sched.c') diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 0912606..c35d777 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -2569,7 +2569,7 @@ static const char *rfs_str[RFS_N] = { "RFS_DEP_COUNT", "RFS_TIE", "RFS_FUSION" }; /* Statistical breakdown of rank_for_schedule decisions. */ -typedef struct { unsigned stats[RFS_N]; } rank_for_schedule_stats_t; +struct rank_for_schedule_stats_t { unsigned stats[RFS_N]; }; static rank_for_schedule_stats_t rank_for_schedule_stats; /* Return the result of comparing insns TMP and TMP2 and update -- cgit v1.1