1 /* PR tree-optimization/49959 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -fdump-tree-phiopt1-details" } */
5 #define ABS(X) (((X)>0)?(X):-(X))
17 /* We should figure out that test_abs has an ABS_EXPR in it. */
18 /* { dg-final { scan-tree-dump " = ABS_EXPR" "phiopt1"} } */
19 /* { dg-final { scan-tree-dump-times "changed to factor operation out from" 1 "phiopt1"} } */