diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 5211b5f..7b420a1 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -2282,6 +2282,7 @@ eliminate_regs (x, mem_mode, insn) { case CONST_INT: case CONST_DOUBLE: + case CONST_VECTOR: case CONST: case SYMBOL_REF: case CODE_LABEL: @@ -2660,6 +2661,7 @@ elimination_effects (x, mem_mode) { case CONST_INT: case CONST_DOUBLE: + case CONST_VECTOR: case CONST: case SYMBOL_REF: case CODE_LABEL: @@ -3749,6 +3751,7 @@ scan_paradoxical_subregs (x) case SYMBOL_REF: case LABEL_REF: case CONST_DOUBLE: + case CONST_VECTOR: /* shouldn't happen, but just in case. */ case CC0: case PC: case USE: |