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:
parent
9aa5001ef4
commit
f75560398a
1 changed files with 3 additions and 1 deletions
|
@ -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" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue