aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index b902ce1c97f..9191baea26a 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -2073,10 +2073,6 @@ gimple_boolify (tree expr)
if (TREE_CODE (type) == BOOLEAN_TYPE)
return expr;
- /* If this is the predicate of a COND_EXPR, it might not even be a
- truthvalue yet. */
- expr = lang_hooks.truthvalue_conversion (expr);
-
switch (TREE_CODE (expr))
{
case TRUTH_AND_EXPR: