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/] [loadpre24.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
 
4
int a;
5
 
6
int foo(int argc)
7
{
8
  int b;
9
  int c;
10
  int i;
11
  int d, e;
12
 
13
  for (i = 0; i < argc; i++)
14
    {
15
      e = a;
16
      a = 9;
17
    }
18
  return d + e;
19
}
20
 
21
/* We will move the load of a out of the loop.  */
22
 
23
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre" } } */
24
/* { 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.