mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 16:20:50 +08:00
* ssa-ccp.c (PHI_PARMS): Remove.
From-SVN: r55654
This commit is contained in:
parent
f01f01a6dd
commit
492e99345f
@ -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
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user