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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [vrp26.c] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-vrp1" } */
3
 
4
int
5
foo(int a)
6
{
7
  int z = a | 1;
8
  return z != 0;
9
}
10
 
11
/* VRP should optimize this to a trivial "return 1".   */
12
/* { dg-final { scan-tree-dump-times "return 1" 1 "vrp1" } } * /
13
/* { dg-final { cleanup-tree-dump "vrp1" } } */
14
 
15
 
16
 
17
 

powered by: WebSVN 2.1.0

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