1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-vrp-details" } */
5 extern void abort (void) __attribute__ ((__noreturn__
));
7 typedef struct rtx_def
*rtx
;
13 nonlocal_mentioned_p (rtx x
)
15 if (x
->code
== 6 || x
->code
== 7)
21 /* { dg-final { scan-tree-dump-times "Folding predicate .*to 0" 1 "vrp" } } */
22 /* { dg-final { cleanup-tree-dump "vrp" } } */