No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / tree-ssa / vrp16.c
blobe8fd4bd230d66d0d22143015f2b1278ffd545b5a
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-vrp-details" } */
5 extern void abort (void) __attribute__ ((__noreturn__));
6 struct rtx_def;
7 typedef struct rtx_def *rtx;
8 struct rtx_def
10 int code;
12 int
13 nonlocal_mentioned_p (rtx x)
15 if (x->code == 6 || x->code == 7)
16 if (x->code == 7)
17 if (x->code != 7)
18 abort ();
21 /* { dg-final { scan-tree-dump-times "Folding predicate .*to 0" 1 "vrp" } } */
22 /* { dg-final { cleanup-tree-dump "vrp" } } */