summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-empic/relax2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-empic/relax2.c')
-rw-r--r--ld/testsuite/ld-empic/relax2.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/ld/testsuite/ld-empic/relax2.c b/ld/testsuite/ld-empic/relax2.c
deleted file mode 100644
index 58854a03aa9..00000000000
--- a/ld/testsuite/ld-empic/relax2.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Second source file in relaxation test. */
-
-int bar2 ()
-{
- int i;
-
- for (i = 0; i < 100; i++)
- foo ();
- return foo () + foo () + foo () + foo ();
-}
-
-int bar (int i)
-{
- while (1)
- if (i)
- return foo ();
- else
- return foo ();
-}