* ssa-ccp.c (PHI_PARMS): Remove.

From-SVN: r55654
This commit is contained in:
Neil Booth 2002-07-22 17:31:42 +00:00 committed by Neil Booth
parent f01f01a6dd
commit 492e99345f
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-22 Neil Booth <neil@daikokuya.co.uk>
* ssa-ccp.c (PHI_PARMS): Remove.
2002-07-22 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.h (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS

View File

@ -120,7 +120,6 @@ static sbitmap ssa_edges;
/* 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));