Skip to content

Commit

Permalink
revert mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Feb 17, 2011
1 parent 6b787c4 commit 6bb293b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cod3.c
Expand Up @@ -856,7 +856,7 @@ int jmpopcode(elem *e)
#else
if (zero && !rel_exception(op) && config.target_cpu >= TARGET_80386)
op = swaprel(op);
else if (!(zero || I32) &&
else if (!zero &&
(cmporder87(e->E2) || !(rel_exception(op) || config.flags4 & CFG4fastfloat)))
/* compare is reversed */
op = swaprel(op);
Expand Down

0 comments on commit 6bb293b

Please sign in to comment.