aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 0be52d3..8822ff6 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -310,10 +310,6 @@ copy_rtx (rtx orig)
return orig;
break;
- case CLOBBER_HIGH:
- gcc_assert (REG_P (XEXP (orig, 0)));
- return orig;
-
case CONST:
if (shared_const_p (orig))
return orig;