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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr12517.c] - Blame information for rev 715

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

Line No. Rev Author Line
1 688 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.