diff options
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r-- | gcc/cselib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c index 779874e..f5c8cbb 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -1387,7 +1387,6 @@ cselib_hash_rtx (rtx x, int create, machine_mode memmode) return cselib_hash_rtx (XEXP (x, 0), create, memmode); case PC: - case CC0: case CALL: case UNSPEC_VOLATILE: return 0; @@ -1827,7 +1826,6 @@ cselib_expand_value_rtx_1 (rtx orig, struct expand_value_data *evd, case SYMBOL_REF: case CODE_LABEL: case PC: - case CC0: case SCRATCH: /* SCRATCH must be shared because they represent distinct values. */ return orig; |