From e98bb98212164b1c7485ee93f011a3e8860eb54d Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 25 Jan 1996 20:57:01 +0000 Subject: [PATCH] fix typo. From-SVN: r11104 --- gcc/config/rs6000/rs6000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 0fed0116304..de1939b7b43 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -4735,7 +4735,7 @@ if (TARGET_ELF && DEFAULT_ABI == ABI_V4 && (GET_CODE (operands[1]) == SYMBOL_REF || GET_CODE (operands[1]) == CONST) - && !small_data_operand (operands[1], SImode)) + && small_data_operand (operands[1], SImode)) { emit_insn (gen_rtx (SET, VOIDmode, operands[0], operands[1])); DONE; -- 2.30.2