Removed an ED_IsBitField() test according to PR review.

This commit is contained in:
acqn 2020-07-20 07:36:14 +08:00 committed by Oliver Schmidt
parent 2245783345
commit 71c2d27705

View file

@ -169,10 +169,8 @@ ExitPoint:
ReplaceType (Expr, NewType);
/* Bit-fields are converted to integers */
if (ED_IsBitField (Expr)) {
ED_DisBitField (Expr);
}
}