Removed an ED_IsBitField() test according to PR review.
This commit is contained in:
parent
2245783345
commit
71c2d27705
1 changed files with 1 additions and 3 deletions
|
@ -169,10 +169,8 @@ ExitPoint:
|
||||||
ReplaceType (Expr, NewType);
|
ReplaceType (Expr, NewType);
|
||||||
|
|
||||||
/* Bit-fields are converted to integers */
|
/* Bit-fields are converted to integers */
|
||||||
if (ED_IsBitField (Expr)) {
|
|
||||||
ED_DisBitField (Expr);
|
ED_DisBitField (Expr);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue