OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr12517.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/*  PR tree-optimization/12517  */
2
 
3
int f(void);
4
void g(int);
5
void h(int a, int b, int c)
6
{
7
    int i = f();
8
 
9
    if (b && (i & 4))
10
        g(i & 8 ? 0 : 1);
11
    if (a) {
12
        do {
13
            if (i & 8)
14
                g(0);
15
            if (i & 4)
16
                g(i ? 0 : 1);
17
        } while (--c);
18
    }
19
}

powered by: WebSVN 2.1.0

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