aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-05-03 01:27:55 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-05-03 01:27:55 +0000
commit1e5b67ff4c4cc67e7650c2de6a0058a1bc307078 (patch)
tree0da48ae8fc73ff8a804f98aa609c12c2db972405 /gcc/rtl.h
parent8905a1798528b40d16078f9d1ba700737c9a6c3a (diff)
downloadgcc-1e5b67ff4c4cc67e7650c2de6a0058a1bc307078.zip
gcc-1e5b67ff4c4cc67e7650c2de6a0058a1bc307078.tar.gz
gcc-1e5b67ff4c4cc67e7650c2de6a0058a1bc307078.tar.bz2
* rtl.h (PHI_NODE_P): Remove.
From-SVN: r81423
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 4c44332..0808e78 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