Adjust testcase to test the call is removed.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 13 Jul 2021 13:41:30 +0000 (09:41 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Tue, 13 Jul 2021 13:43:18 +0000 (09:43 -0400)
Ranger now handles the test.

gcc/testsuite
PR tree-optimization/93781
* gcc.dg/tree-ssa/pr93781-1.c: Check that call is removed.

gcc/testsuite/gcc.dg/tree-ssa/pr93781-1.c

index 5ebd805..b2505f3 100644 (file)
@@ -12,7 +12,9 @@ void foo (unsigned int arg)
   if (a < 0)
     b = x;
 
-  /* In the fullness of time, we will delete this call.  */
   if (b >=  5)
     kill ();;
 }
+
+/* { dg-final { scan-tree-dump-not "kill" "evrp" } }  */
+