1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-phiopt1-details" } */
4 static inline unsigned long long g(int t
)
9 unsigned long long test_max(int c
, int d
, int e
)
19 /* We should figure out that test_max has an MAX_EXPR in it. */
20 /* { dg-final { scan-tree-dump " = MAX_EXPR" "phiopt1"} } */
21 /* { dg-final { scan-tree-dump-times "changed to factor operation out from" 2 "phiopt1"} } */