From 34e8234204cb51e65f0e4b325634208a227cc8f3 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Tue, 14 Mar 2017 12:47:42 +0000 Subject: alias.c (struct alias_set_entry): Pack properly. 2017-03-14 Richard Biener * alias.c (struct alias_set_entry): Pack properly. * cfgloop.h (struct loop): Likewise. * cse.c (struct set): Likewise. * ipa-utils.c (struct searchc_env): Likewise. * loop-invariant.c (struct invariant): Likewise. * lra-remat.c (struct cand): Likewise. * recog.c (struct change_t): Likewise. * rtl.h (struct address_info): Likewise. * symbol-summary.h (function_summary): Likewise. * tree-loop-distribution.c (struct partition): Likewise. * tree-object-size.c (struct object_size_info): Likewise. * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise. * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise. * tree-vect-data-refs.c (struct _vect_peel_info): Likewise. * tree-vect-slp.c (struct _slp_oprnd_info): Likewise. * tree-vect-stmts.c (struct simd_call_arg_info): Likewise. * tree-vectorizer.h (struct _loop_vec_info): Likewise. (struct _stmt_vec_info): Likewise. From-SVN: r246121 --- gcc/lra-remat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/lra-remat.c') diff --git a/gcc/lra-remat.c b/gcc/lra-remat.c index cfffe624ec5..5a15075e7aa 100644 --- a/gcc/lra-remat.c +++ b/gcc/lra-remat.c @@ -94,10 +94,10 @@ struct cand { /* Index of the candidates in all_cands. */ int index; - /* The candidate insn. */ - rtx_insn *insn; /* Insn pseudo regno for rematerialization. */ int regno; + /* The candidate insn. */ + rtx_insn *insn; /* Non-negative if a reload pseudo is in the insn instead of the pseudo for rematerialization. */ int reload_regno; -- cgit v1.2.3