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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [ssa-dce-2.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-dce2" } */
3
 
4
/* We should notice constantness of this function. */
5
static int __attribute__((noinline)) t(int a)
6
{
7
        return a+1;
8
}
9
void q(void)
10
{
11
  int i = t(1);
12
  if (!i)
13
    i = t(1);
14
}
15
/* There should be no IF conditionals.  */
16
/* { dg-final { scan-tree-dump-times "if " 0 "dce2"} } */
17
/* { dg-final { cleanup-tree-dump "dce2" } } */

powered by: WebSVN 2.1.0

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