diff options
Diffstat (limited to 'gcc/config/pa/pa.c')
-rw-r--r-- | gcc/config/pa/pa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index d4a286d4d8f..0cc1ed7eb99 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -592,9 +592,6 @@ move_src_operand (rtx op, enum machine_mode mode) if (register_operand (op, mode)) return 1; - if (GET_CODE (op) == CONSTANT_P_RTX) - return 1; - if (GET_CODE (op) == CONST_INT) return cint_ok_for_move (INTVAL (op)); |