Commit 21d17d9c by J"orn Rennecke Committed by Joern Rennecke

* sh.c (prepare_scc_operands): Add EQ case.

From-SVN: r31514
parent 229f17cf
Wed Jan 19 21:47:53 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.c (prepare_scc_operands): Add EQ case.
Wed Jan 19 20:23:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
......
......@@ -505,6 +505,8 @@ prepare_scc_operands (code)
case NE:
/* It isn't possible to handle this case. */
abort ();
case EQ:
break;
case LT:
code = GT;
break;
......
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