ssa-ccp: Remove unused macro.

Geoff Keating geoffk@geoffk.org
Mon Jul 22 05:26:00 GMT 2002


Neil Booth <neil@daikokuya.co.uk> writes:

> OK?

OK.  (The macro is probably wrong, anyway.)

> 	* ssa-ccp.c (PHI_PARMS): Remove.
> 
> ============================================================
> Index: gcc/ssa-ccp.c
> *** gcc/ssa-ccp.c	12 Jun 2002 14:51:03 -0000	1.25
> --- gcc/ssa-ccp.c	21 Jul 2002 18:58:29 -0000
> *************** static sbitmap ssa_edges;
> *** 120,126 ****
>   
>   /* Simple macros to simplify code */
>   #define SSA_NAME(x) REGNO (SET_DEST (x))
> - #define PHI_PARMS(x) XVEC (SET_SRC (x), 0)
>   #define EIE(x,y) EDGE_INDEX (edges, x, y)
>   
>   static void visit_phi_node             PARAMS ((rtx, basic_block));
> --- 120,125 ----

-- 
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>



More information about the Gcc-patches mailing list