Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / tree-ssa / 20030709-1.c
blob686ca76a36717386d099f20f27c638627594ff74
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized" } */
4 static int copying_arguments;
6 int
7 foo ()
9 unsigned int regno;
10 if (regno < 53 && copying_arguments)
11 if (regno >= 53)
12 return 1;
15 /* There should be no IF conditionals. */
16 /* { dg-final { scan-tree-dump-times "if " 0 "optimized"} } */
17 /* { dg-final { cleanup-tree-dump "optimized" } } */