Commit e98bb982 by Michael Meissner

fix typo.

From-SVN: r11104
parent a54d04b7
...@@ -4735,7 +4735,7 @@ ...@@ -4735,7 +4735,7 @@
if (TARGET_ELF if (TARGET_ELF
&& DEFAULT_ABI == ABI_V4 && DEFAULT_ABI == ABI_V4
&& (GET_CODE (operands[1]) == SYMBOL_REF || GET_CODE (operands[1]) == CONST) && (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])); emit_insn (gen_rtx (SET, VOIDmode, operands[0], operands[1]));
DONE; DONE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment