20030922-2.c

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 23 行

C
23
字号
/* { dg-do compile } *//* { dg-options "-O1 -fdump-tree-dom1" } */struct rtx_def;typedef struct rtx_def *rtx;struct rtx_def{  int bb;};static int *block_to_bb;static int target_bb;static intrgn_rank (rtx insn1, rtx insn2){  if (block_to_bb[insn1->bb] != block_to_bb[insn2->bb])    if (block_to_bb[insn2->bb] == target_bb	&& block_to_bb[insn1->bb] != target_bb)      return 1;}/* There should be two IF conditionals.  *//* { dg-final { scan-tree-dump-times "if " 2 "dom1" } } */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?