* rtl.h (PHI_NODE_P): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 3 May 2004 01:27:55 +0000 (01:27 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 3 May 2004 01:27:55 +0000 (01:27 +0000)
From-SVN: r81423

gcc/ChangeLog
gcc/rtl.h

index 3d7dd82f4ddc5094f885c35da7b56dca5e684967..cda4ab94efac6139a18ecf4eac500b35f4edf761 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * rtl.h (PHI_NODE_P): Remove.
+
 2004-05-02  Eric Botcazou  <ebotcazou@act-europe.fr>
 
        PR middle-end/14988
index 4c443324fd4b991af1cf537288d523f75715fce2..0808e78c90dc278982c5a2335bd75cc01ab9700f 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1538,12 +1538,6 @@ do {                                             \
 #ifndef USE_STORE_PRE_DECREMENT
 #define USE_STORE_PRE_DECREMENT(MODE)   HAVE_PRE_DECREMENT
 #endif
-
-/* Determine if the insn is a PHI node.  */
-#define PHI_NODE_P(X)                          \
-  ((X) && GET_CODE (X) == INSN                 \
-   && GET_CODE (PATTERN (X)) == SET            \
-   && GET_CODE (SET_SRC (PATTERN (X))) == PHI)
 \f
 /* Nonzero if we need to distinguish between the return value of this function
    and the return value of a function called by this function.  This helps