diff options
Diffstat (limited to 'gcc/tree-phinodes.c')
-rw-r--r-- | gcc/tree-phinodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-phinodes.c b/gcc/tree-phinodes.c index 48397a1..16dcf67 100644 --- a/gcc/tree-phinodes.c +++ b/gcc/tree-phinodes.c @@ -351,7 +351,7 @@ create_phi_node (tree var, basic_block bb) PHI points to the reallocated phi node when we return. */ void -add_phi_arg (gphi *phi, tree def, edge e, source_location locus) +add_phi_arg (gphi *phi, tree def, edge e, location_t locus) { basic_block bb = e->dest; |