]> gcc.gnu.org Git - gcc.git/commitdiff
fix typo.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 25 Jan 1996 20:57:01 +0000 (20:57 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 25 Jan 1996 20:57:01 +0000 (20:57 +0000)
From-SVN: r11104

gcc/config/rs6000/rs6000.md

index 0fed0116304949df287ac7a59e226b4e12c03f2f..de1939b7b43da91f66743c0a04bf4780e5f7f8f5 100644 (file)
   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;
This page took 0.070084 seconds and 5 git commands to generate.