11.4.1-2.2

This commit is contained in:
Marek Polacek 2023-10-02 17:03:28 -04:00
parent 1f57f26786
commit 7efa2195dc
2 changed files with 4 additions and 8 deletions

View File

@ -34,10 +34,8 @@ index 00000000000..bec9983b35f
+ flags &= 0; + flags &= 0;
+ abcde(); + abcde();
+} +}
diff --git a/gcc/tree-ssa-ifcombine.cc b/gcc/tree-ssa-ifcombine.cc --- a/gcc/tree-ssa-ifcombine.c
index 58e19c1508e..d5701e8c407 100644 +++ b/gcc/tree-ssa-ifcombine.c
--- a/gcc/tree-ssa-ifcombine.cc
+++ b/gcc/tree-ssa-ifcombine.cc
@@ -430,6 +430,9 @@ ifcombine_ifandif (basic_block inner_cond_bb, bool inner_inv, @@ -430,6 +430,9 @@ ifcombine_ifandif (basic_block inner_cond_bb, bool inner_inv,
{ {
tree t, t2; tree t, t2;

View File

@ -39,10 +39,8 @@ index 00000000000..1ebc7adf782
+ return 1; + return 1;
+ return 0; + return 0;
+} +}
diff --git a/gcc/tree-ssa-ifcombine.cc b/gcc/tree-ssa-ifcombine.cc --- a/gcc/tree-ssa-ifcombine.c
index d5701e8c407..46b076804f4 100644 +++ b/gcc/tree-ssa-ifcombine.c
--- a/gcc/tree-ssa-ifcombine.cc
+++ b/gcc/tree-ssa-ifcombine.cc
@@ -430,7 +430,8 @@ ifcombine_ifandif (basic_block inner_cond_bb, bool inner_inv, @@ -430,7 +430,8 @@ ifcombine_ifandif (basic_block inner_cond_bb, bool inner_inv,
{ {
tree t, t2; tree t, t2;