OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [20030922-2.c] - Diff between revs 298 and 338

Only display areas with differences | Details | Blame | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.