Commit 86722207 by Michael Hayes Committed by Michael Hayes

c4x.md (decrement_and_branch_on_count): Emit rptb_end pattern instead of…

c4x.md (decrement_and_branch_on_count): Emit rptb_end pattern instead of decrement_and_branch_until_zero pattern.

	* config/c4x/c4x.md (decrement_and_branch_on_count): Emit rptb_end
	pattern instead of decrement_and_branch_until_zero pattern.

From-SVN: r25866
parent d9e284b4
Sat Mar 20 15:54:35 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.md (decrement_and_branch_on_count): Emit rptb_end
pattern instead of decrement_and_branch_until_zero pattern.
Sat Mar 20 11:39:58 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> Sat Mar 20 11:39:58 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (TARGET_SWITCHES): Add documentation. * config/c4x/c4x.h (TARGET_SWITCHES): Add documentation.
......
...@@ -4647,7 +4647,7 @@ ...@@ -4647,7 +4647,7 @@
(use (reg:QI 26)) (use (reg:QI 26))
(clobber (reg:CC_NOOV 21))])] (clobber (reg:CC_NOOV 21))])]
"" ""
"if (1) "if (0)
{ {
/* The C30 maximum iteration count for DB is 2^24. */ /* The C30 maximum iteration count for DB is 2^24. */
if (!TARGET_DB) if (!TARGET_DB)
......
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