[gcc(refs/users/aldyh/heads/ranger-staging)] Remove reference to hybrid evrp in testcases.

Aldy Hernandez aldyh@gcc.gnu.org
Fri Sep 18 18:40:05 GMT 2020


https://gcc.gnu.org/g:fbe3a44ee573c8cb8a2cac3a288c140a5f7327fe

commit fbe3a44ee573c8cb8a2cac3a288c140a5f7327fe
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Fri Sep 18 18:58:26 2020 +0200

    Remove reference to hybrid evrp in testcases.

Diff:
---
 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-6.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-6.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-6.c
index 47b6acdfd96..16a9ef4e28a 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-6.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-6.c
@@ -8,8 +8,8 @@
      etc
      etc
 
-   Before evrp went hybrid, we were threading paths that started at
-   the following edges:
+   Before the new evrp, we were threading paths that started at the
+   following edges:
 
       Registering FSM jump thread: (10, 12) incoming edge
       Registering FSM jump thread:  (6, 12) incoming edge
@@ -20,7 +20,7 @@
 
    # state_10 = PHI <state_11(7), 0(10), state_11(5), 1(6), state_11(8), 2(9), state_11(11)>
 
-   Now with the hybrid evrp, we get:
+   Now with the new evrp, we get:
 
    # state_10 = PHI <0(7), 0(10), state_11(5), 1(6), 0(8), 2(9), 1(11)>


More information about the Gcc-cvs mailing list