diff options
Diffstat (limited to 'gcc/tree-flow-inline.h')
-rw-r--r-- | gcc/tree-flow-inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h index c8cf12c..5ecaa1d 100644 --- a/gcc/tree-flow-inline.h +++ b/gcc/tree-flow-inline.h @@ -91,7 +91,7 @@ static inline stmt_ann_t stmt_ann (tree t) { #if defined ENABLE_CHECKING - if (!is_gimple_stmt (t) && !is_essa_node (t)) + if (!is_gimple_stmt (t)) abort (); #endif |