aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-01-25 20:57:01 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-01-25 20:57:01 +0000
commite98bb98212164b1c7485ee93f011a3e8860eb54d (patch)
tree8d7c0ddc54b63a0343a03c4f747fcd5474834ab4
parenta54d04b7dd9a4e14f1eb47a1678160497b4ae02d (diff)
downloadgcc-e98bb98212164b1c7485ee93f011a3e8860eb54d.zip
gcc-e98bb98212164b1c7485ee93f011a3e8860eb54d.tar.gz
gcc-e98bb98212164b1c7485ee93f011a3e8860eb54d.tar.bz2
fix typo.
From-SVN: r11104
-rw-r--r--gcc/config/rs6000/rs6000.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 0fed011..de1939b 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;