Remove accidental case duplication.

This commit is contained in:
Jeff Law 1999-09-23 15:58:08 +00:00
parent 146e763ae3
commit e4df56c400
1 changed files with 0 additions and 4 deletions

View File

@ -1081,10 +1081,6 @@ print_insn_hppa (memaddr, info)
+ extract_22 (insn)),
info);
break;
case 'Y':
/* be,l %sr0,%r31 implicit output. */
(*info->fprintf_func) (info->stream, "%%sr0,%%r31");
break;
case 'L':
fputs_filtered (",%r2", info);
break;