Re: [PATCH 50/89] Make gimple_phi_arg_set_location require a gimple_phi

2014-05-12 Thread Jeff Law
On 04/21/14 10:57, David Malcolm wrote: gcc/ * gimple.h (gimple_phi_arg_set_location): Require a gimple_phi rather than a plain gimple. OK once prerequisites have gone in. jeff

[PATCH 50/89] Make gimple_phi_arg_set_location require a gimple_phi

2014-04-21 Thread David Malcolm
gcc/ * gimple.h (gimple_phi_arg_set_location): Require a gimple_phi rather than a plain gimple. --- gcc/gimple.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/gimple.h b/gcc/gimple.h index e4d0455..6007516 100644 --- a/gcc/gimple.h +++