diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 627911d..a6f303b 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1365,8 +1365,6 @@ verify_tree (tree x, struct tlist **pbefore_sp, struct tlist **pno_sp, Other non-expressions need not be processed. */ if (cl == tcc_unary) { - if (TREE_CODE_LENGTH (code) == 0) - return; x = TREE_OPERAND (x, 0); writer = 0; goto restart; |