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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [ipa-split-3.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
int baz (void);
2
static int
3
foo (int x)
4
{
5
  if (__builtin_expect (x <= 0, 0))
6
    {
7
      __builtin_printf ("foo\n");
8
      __builtin_printf ("foo\n");
9
      __builtin_printf ("foo\n");
10
      __builtin_abort ();
11
    }
12
  return 6;
13
}
14
 
15
int a,b,c;
16
 
17
int
18
bar (int x)
19
{
20
  return foo (a) + foo (b) + foo (c);
21
}

powered by: WebSVN 2.1.0

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