Commit 1e5b67ff by Kazu Hirata Committed by Kazu Hirata

* rtl.h (PHI_NODE_P): Remove.

From-SVN: r81423
parent 8905a179
2004-05-02 Kazu Hirata <kazu@cs.umass.edu>
* rtl.h (PHI_NODE_P): Remove.
2004-05-02 Eric Botcazou <ebotcazou@act-europe.fr> 2004-05-02 Eric Botcazou <ebotcazou@act-europe.fr>
PR middle-end/14988 PR middle-end/14988
......
...@@ -1538,12 +1538,6 @@ do { \ ...@@ -1538,12 +1538,6 @@ do { \
#ifndef USE_STORE_PRE_DECREMENT #ifndef USE_STORE_PRE_DECREMENT
#define USE_STORE_PRE_DECREMENT(MODE) HAVE_PRE_DECREMENT #define USE_STORE_PRE_DECREMENT(MODE) HAVE_PRE_DECREMENT
#endif #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 /* 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 and the return value of a function called by this function. This helps
......
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