Add -vet-extra (checks for unneeded casts and transmutes)

This commit is contained in:
gingerBill
2021-03-03 14:17:48 +00:00
parent c2794b62a9
commit 75f127af7c
4 changed files with 28 additions and 3 deletions
-3
View File
@@ -61,9 +61,6 @@ struct lbAddr {
Type *type;
Type *result;
} map;
struct {
i32 value_index;
} bit_field;
struct {
Selection sel;
} ctx;