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.dg/] [tree-ssa/] [loadpre2.c] - Blame information for rev 437

Go to most recent revision | 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 main(int *a, int argc)
4
{
5
  int b;
6
  int i;
7
  int d, e;
8
 
9
  /* Should be able to hoist this out of the loop.  */
10
  for (i = 0; i < argc; i++)
11
    {
12
      e = *a;
13
    }
14
  return d + e;
15
}
16
 
17
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
18
/* { 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.