Skip to content

Commit

Permalink
remove redundant (and wrong) size check
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Apr 15, 2012
1 parent a00d2de commit 280abd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/cgcod.c
Expand Up @@ -1633,7 +1633,6 @@ STATIC int cse_simple(elem *e,int i)
e->E2->Eoper == OPconst &&
e->E1->Eoper == OPvar &&
isregvar(e->E1,&regm,&reg) &&
sz <= REGSIZE &&
!(e->E1->EV.sp.Vsym->Sflags & SFLspill)
)
{
Expand Down

0 comments on commit 280abd7

Please sign in to comment.