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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [ssa-pre-4.c] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-pre-stats" } */
3
int foo(void)
4
{
5
        int x, c, y;
6
        x = 3;
7
        if (c)
8
                x = 2;
9
        y = x + 1;
10
        return y;
11
}
12
/* We should eliminate the x+1 computation from this routine, replacing
13
   it with a phi of 3, 4 */
14
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
15
/* { dg-final { cleanup-tree-dump "pre" } } */

powered by: WebSVN 2.1.0

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