Commit 619fe064 by Nathan Froyd Committed by Nathan Froyd

rs6000.c (rs6000_mode_dependent_address): Remove PRE_INC and PRE_DEC cases.

	* config/rs6000/rs6000.c (rs6000_mode_dependent_address): Remove
	PRE_INC and PRE_DEC cases.

From-SVN: r136437
parent c6eb958c
2008-06-06 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/rs6000.c (rs6000_mode_dependent_address): Remove
PRE_INC and PRE_DEC cases.
2008-06-06 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/36419
......
......@@ -4324,8 +4324,7 @@ rs6000_mode_dependent_address (rtx addr)
case LO_SUM:
return true;
case PRE_INC:
case PRE_DEC:
/* Auto-increment cases are now treated generically in recog.c. */
case PRE_MODIFY:
return TARGET_UPDATE;
......
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