This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ssa-ccp: Remove unused macro.


OK?

Neil.

	* 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 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]