diff options
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r-- | gcc/tree-parloops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index 4e22898..81d7742 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -1041,7 +1041,7 @@ create_phi_for_local_result (reduction_info **slot, struct loop *loop) gphi *new_phi; basic_block store_bb, continue_bb; tree local_res; - source_location locus; + location_t locus; /* STORE_BB is the block where the phi should be stored. It is the destination of the loop exit. @@ -2131,7 +2131,7 @@ create_parallel_loop (struct loop *loop, tree loop_fn, tree data, for (gphi_iterator gpi = gsi_start_phis (ex_bb); !gsi_end_p (gpi); gsi_next (&gpi)) { - source_location locus; + location_t locus; gphi *phi = gpi.phi (); tree def = PHI_ARG_DEF_FROM_EDGE (phi, exit); gimple *def_stmt = SSA_NAME_DEF_STMT (def); |