summaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-28 21:29:29 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-28 21:29:29 +0000
commit93fa56e7061afea8004519d75d02b1cf3f7069d1 (patch)
tree491ea2ef8f67bdb562b24331e22d8dc41fbceca5 /gcc/global.c
parent171822d57cea66ff1f9cdaf0e12cc812398dc7e1 (diff)
downloadgcc-93fa56e7061afea8004519d75d02b1cf3f7069d1.tar.gz
* global.c (EXECUTE_IF_CONFLICT): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125146 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/global.c b/gcc/global.c
index a3da8a28d60..0495b4b88f1 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -204,16 +204,6 @@ do { \
} \
} while (0)
-/* This doesn't work for non-GNU C due to the way CODE is macro expanded. */
-#if 0
-/* For any allocno that conflicts with IN_ALLOCNO, set OUT_ALLOCNO to
- the conflicting allocno, and execute CODE. This macro assumes that
- mirror_conflicts has been run. */
-#define EXECUTE_IF_CONFLICT(IN_ALLOCNO, OUT_ALLOCNO, CODE)\
- EXECUTE_IF_SET_IN_ALLOCNO_SET (conflicts + (IN_ALLOCNO) * allocno_row_words,\
- OUT_ALLOCNO, (CODE))
-#endif
-
/* Set of hard regs currently live (during scan of all insns). */
static HARD_REG_SET hard_regs_live;