* ssa-ccp.c (PHI_PARMS): Remove.
authorNeil Booth <neil@daikokuya.co.uk>
Mon, 22 Jul 2002 17:31:42 +0000 (17:31 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 22 Jul 2002 17:31:42 +0000 (17:31 +0000)
From-SVN: r55654

gcc/ChangeLog
gcc/ssa-ccp.c

index 9050c80fa1cdb8bfca09c93e0793a7f959e6fb17..81e9c22417f36c0593571d1f74e474ce711c9c3e 100644 (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
index e02ff8a59e8367bbd11fa6bd2017d53b762d6163..44f49217305710b396190db3529a163deeaa172b 100644 (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));