Commit 8547c7f8 by Roger Sayle Committed by Roger Sayle

genpreds.c (write_predicate_stmts): Add missing break.


	* genpreds.c (write_predicate_stmts) <IOR>: Add missing break.

From-SVN: r115061
parent 443ffbdd
2006-06-28 Roger Sayle <roger@eyesopen.com>
* genpreds.c (write_predicate_stmts) <IOR>: Add missing break.
2006-06-28 Roger Sayle <roger@eyesopen.com>
* genpreds.c (generate_switch_p): New function.
(add_mode_tests): Push the new mode test down inside an AND expr
if this allows the switch-suitable MATCH_CODE to be near the root.
......
......@@ -607,6 +607,7 @@ write_predicate_stmts (rtx exp)
" }");
exp = XEXP (exp, 1);
}
break;
case NOT:
if (generate_switch_p (XEXP (exp, 0)))
......
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