From b067d889bfd736310a61fdb62838f3b1f13ae47c Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 3 Jun 1996 16:36:11 -0700 Subject: (tablejump_internal4+1): Fix typo in condition. From-SVN: r12149 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 18bc638..8b557e5 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -5953,7 +5953,7 @@ move\\t%0,%z4\\n\\ [(set (pc) (plus:DI (match_operand:DI 0 "register_operand" "d") (label_ref:DI (match_operand:SI 1 "" ""))))] - "!TARGET_LONG64 && next_active_insn (insn) != 0 + "TARGET_LONG64 && next_active_insn (insn) != 0 && GET_CODE (PATTERN (next_active_insn (insn))) == ADDR_DIFF_VEC && PREV_INSN (next_active_insn (insn)) == operands[1]" "%*j\\t%0" -- cgit v1.1