arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / minmax-19.c
blob5ed55fe2e232c7dcf9b9310e6bfd32a4914a99eb
1 /* PR tree-optimization/109424 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -fdump-tree-phiopt1-details" } */
5 int f2(int x, int y)
7 return (x > y) ? ~x : ~y;
9 /* { dg-final { scan-tree-dump " = MAX_EXPR" "phiopt1"} } */
10 /* { dg-final { scan-tree-dump-times "changed to factor operation out from" 1 "phiopt1"} } */