Commit 492e9934 by Neil Booth Committed by Neil Booth

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

From-SVN: r55654
parent f01f01a6
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
......
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment