Adjust testcase to test the call is removed.

Ranger now handles the test.

	gcc/testsuite
	PR tree-optimization/93781
	* gcc.dg/tree-ssa/pr93781-1.c: Check that call is removed.
This commit is contained in:
Andrew MacLeod 2021-07-13 09:41:30 -04:00
parent 9aa5001ef4
commit f75560398a

View 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" } } */