Fix problem noticed by Dale Johannesen on the gcc list.
authorJames E Wilson <wilson@specifixinc.com>
Thu, 30 Oct 2003 01:40:48 +0000 (01:40 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 30 Oct 2003 01:40:48 +0000 (17:40 -0800)
commit3b6c3bb05d6fdc2048a2bcadde2a1ff63be8d7eb
treec85ad91a8707ad90462a57b45f9304237ec4d72f
parenta126dc3a79761cf5f38bdb84cae67e6c47420105
Fix problem noticed by Dale Johannesen on the gcc list.

* recog.c (asm_operand_ok): Add missing break after case 'X'.
Change if statements to else if statements in default case.
(extract_constrain_insn_cached): Fix misspelling of constrain_operands
in comment.
(constrain_operands_cached): Likewise.
(constrain_operands): Change if statements to else if statements in
default case.
* reload.c (find_reloads): Likewise.

From-SVN: r73074
gcc/ChangeLog
gcc/recog.c
gcc/reload.c