Skip to content

Commit

Permalink
remove dead variable
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 29, 2011
1 parent 239c355 commit ac0da1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/cod2.c
Expand Up @@ -1524,7 +1524,6 @@ code *cdcom(elem *e,regm_t *pretregs)
tym = tybasic(e->Ety);
sz = tysize[tym];
unsigned rex = (I64 && sz == 8) ? REX_W : 0;
unsigned grex = rex << 16;
possregs = (sz == 1) ? BYTEREGS : allregs;
retregs = *pretregs & possregs;
if (retregs == 0)
Expand Down

0 comments on commit ac0da1d

Please sign in to comment.