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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr37184.c] - Diff between revs 318 and 338

Only display areas with differences | Details | Blame | View Log

Rev 318 Rev 338
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O1" } */
/* { dg-options "-O1" } */
 
 
static inline unsigned int
static inline unsigned int
rshift_u_s (unsigned int left, int right)
rshift_u_s (unsigned int left, int right)
{
{
  return left >> right;
  return left >> right;
}
}
 
 
unsigned int g_15;
unsigned int g_15;
 
 
int func_29 (int p_30)
int func_29 (int p_30)
{
{
  unsigned int l_31;
  unsigned int l_31;
  unsigned long long int l_35 = 0x7736EAE11771B705LL;
  unsigned long long int l_35 = 0x7736EAE11771B705LL;
  unsigned int l_36 = 0xEDB553A8L;
  unsigned int l_36 = 0xEDB553A8L;
 
 
  l_31 = g_15;
  l_31 = g_15;
  if ((l_31 <
  if ((l_31 <
       (rshift_u_s ((g_15 - (g_15 >= l_35)), (l_36 <= 1)))) + mod_rhs (1))
       (rshift_u_s ((g_15 - (g_15 >= l_35)), (l_36 <= 1)))) + mod_rhs (1))
    return 1;
    return 1;
}
}
 
 
 
 

powered by: WebSVN 2.1.0

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