aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-02-05 00:56:40 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-02-05 00:56:40 +0000
commit4b3cf52215ba4791100abeb0ac3510954a54be5d (patch)
treed47ab358e6661aafcbd2543836dd54ab00c3af34 /gcc/rtl.h
parentdfff898c2701ef3d7934c1efb88b89974770d25d (diff)
downloadgcc-4b3cf52215ba4791100abeb0ac3510954a54be5d.zip
gcc-4b3cf52215ba4791100abeb0ac3510954a54be5d.tar.gz
gcc-4b3cf52215ba4791100abeb0ac3510954a54be5d.tar.bz2
genconfig.c (main): Generate CC0_P.
* genconfig.c (main): Generate CC0_P. * rtl.h (CC0_P): Remove. From-SVN: r62423
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 7531d8a..7758a92 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -273,13 +273,6 @@ struct rtvec_def GTY(()) {
/* Predicate yielding nonzero iff X is a barrier insn. */
#define BARRIER_P(X) (GET_CODE (X) == BARRIER)
-/* Predicate yielding nonzero iff X is cc0. */
-#ifdef HAVE_cc0
-#define CC0_P(X) ((X) == cc0_rtx)
-#else
-#define CC0_P(X) 0
-#endif
-
/* Predicate yielding nonzero iff X is a data for a jump table. */
#define JUMP_TABLE_DATA_P(INSN) \
(JUMP_P (INSN) && (GET_CODE (PATTERN (INSN)) == ADDR_VEC || \