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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [branch-14.c] - Rev 691

Go to most recent revision | Compare with Previous | Blame | View Log

/* An executable version of branch-2.c.  */
/* { dg-do run } */
 
#include "branch-helper.h"
 
void __attribute__((noinline))
foo (volatile int *x)
{
  if (__builtin_expect (*x == 0, 1))
    OCCUPY_0x1fff8;
}
 
int
main (void)
{
  int x = 0;
  int y = 1;
 
  foo (&x);
  foo (&y);
 
  return 0;
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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