From: Kazu Hirata Date: Mon, 3 May 2004 01:27:55 +0000 (+0000) Subject: * rtl.h (PHI_NODE_P): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e5b67ff4c4cc67e7650c2de6a0058a1bc307078;p=gcc.git * rtl.h (PHI_NODE_P): Remove. From-SVN: r81423 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3d7dd82f4dd..cda4ab94efa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-02 Kazu Hirata + + * rtl.h (PHI_NODE_P): Remove. + 2004-05-02 Eric Botcazou PR middle-end/14988 diff --git a/gcc/rtl.h b/gcc/rtl.h index 4c443324fd4..0808e78c90d 100644 --- 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) /* 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