diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 66e5eaf2244..aa657802e3f 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -8032,7 +8032,6 @@ static inline unsigned HOST_WIDE_INT simple_type_size_in_bits (type) tree type; { - if (TREE_CODE (type) == ERROR_MARK) return BITS_PER_WORD; else if (TYPE_SIZE (type) == NULL_TREE) |