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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [20040514-1.c] - Blame information for rev 329

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 "-O1 -fdump-tree-phiopt1-details" } */
3
 
4
int t( int i)
5
{
6
  int j;
7
  if(i ==0)
8
  {
9
   j = 1;
10
   goto end;
11
  }
12
  j = 0;
13
end:
14
  return j;
15
}
16
 
17
/* Should have no ifs left after straightening.  */
18
/* { dg-final { scan-tree-dump-times "if " 0 "phiopt1"} } */
19
/* { dg-final { cleanup-tree-dump "phiopt1" } } */

powered by: WebSVN 2.1.0

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