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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [ssa-pre-6.c] - Blame information for rev 853

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

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-pre-stats" } */
3
int main(int x)
4
{
5
        int c, y;
6
        if (c)
7
                x = 2;
8
        y = x + 1;
9
        return y;
10
}
11
/* We should eliminate one evaluation of x + 1 along the x = 2 path,
12
   causing one elimination.  */
13
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
14
/* { 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.