1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-dom3" } */
3 extern void abort (void);
5 typedef struct rtx_def
*rtx
;
17 enum rtx_code code
:16;
21 nonlocal_mentioned_p (x
)
24 if (x
->code
== CALL_INSN
)
26 rtx
const _rtx
= ((x
));
27 if (_rtx
->code
!= CALL_INSN
29 && _rtx
->code
!= EXPR_LIST
)
36 /* There should be no casts to a short unsigned int since the entire
37 set of conditionals should optimize away. */
38 /* { dg-final { scan-tree-dump-times "\\(short unsigned int\\)" 0 "dom3"} } */
40 /* There should be no IF conditionals. */
41 /* { dg-final { scan-tree-dump-times "if " 0 "dom3"} } */
43 /* { dg-final { cleanup-tree-dump "dom3" } } */