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/] [ssa-dom-cse-1.c] - Blame information for rev 298

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-fre-details" } */
3
int t(int a) __attribute__ ((const));
4
void q (void);
5
void
6
threading(int a,int b)
7
{
8
        if (t(a))
9
        {
10
          if (t(a))
11
            q();
12
        }
13
}
14
/* We should thread the jump twice and eliminate it.  */
15
/* { dg-final { scan-tree-dump-times "Replaced.* t " 1 "fre"} } */
16
/* { dg-final { cleanup-tree-dump "fre" } } */

powered by: WebSVN 2.1.0

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