summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-05 00:56:40 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-05 00:56:40 +0000
commitc4bb5f7327271345d626609baa7b1f03435c3f33 (patch)
treed47ab358e6661aafcbd2543836dd54ab00c3af34 /gcc/rtl.h
parent092445b3188376f3b11c2f2914f6ed181b0f8eaa (diff)
downloadgcc-c4bb5f7327271345d626609baa7b1f03435c3f33.tar.gz
* genconfig.c (main): Generate CC0_P.
* rtl.h (CC0_P): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62423 138bc75d-0d04-0410-961f-82ee72b054a4
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 7531d8a1cfa..7758a92f724 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 || \