19990502 sourceware import
[deliverable/binutils-gdb.git] / ld / testsuite / ld-empic / relax2.c
1 /* Second source file in relaxation test. */
2
3 int bar2 ()
4 {
5 int i;
6
7 for (i = 0; i < 100; i++)
8 foo ();
9 return foo () + foo () + foo () + foo ();
10 }
11
12 int bar (int i)
13 {
14 while (1)
15 if (i)
16 return foo ();
17 else
18 return foo ();
19 }
This page took 0.028645 seconds and 4 git commands to generate.