diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 102ce3e..acdfb99 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -5837,6 +5837,10 @@ gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p, NULL, is_gimple_val, fb_rvalue); break; + /* Predictions are always gimplified. */ + case PREDICT_EXPR: + goto out; + case LABEL_EXPR: ret = GS_ALL_DONE; gcc_assert (decl_function_context (LABEL_EXPR_LABEL (*expr_p)) |