Author: particle
Date: Wed Dec 28 09:00:50 2005
New Revision: 10728

Modified:
   trunk/examples/benchmarks/addit.pl
   trunk/examples/benchmarks/arriter.pl
   trunk/examples/benchmarks/fib.pl
Log:
#37520: [TODO] rename library files from .imc to .pir
~update documentation to reflect renamed benchmarks

Modified: trunk/examples/benchmarks/addit.pl
==============================================================================
--- trunk/examples/benchmarks/addit.pl  (original)
+++ trunk/examples/benchmarks/addit.pl  Wed Dec 28 09:00:50 2005
@@ -40,7 +40,7 @@ print "$result\n";
 
 =head1 SEE ALSO
 
-F<examples/benchmarks/addit.pasm>, F<examples/benchmarks/addit.imc>,
-F<examples/benchmarks/addit2.imc>.
+F<examples/benchmarks/addit.pasm>, F<examples/benchmarks/addit.pir>,
+F<examples/benchmarks/addit2.pir>.
 
 =cut

Modified: trunk/examples/benchmarks/arriter.pl
==============================================================================
--- trunk/examples/benchmarks/arriter.pl        (original)
+++ trunk/examples/benchmarks/arriter.pl        Wed Dec 28 09:00:50 2005
@@ -53,7 +53,7 @@ print "\n";
 
 =head1 SEE ALSO
 
-F<examples/benchmarks/arriter.imc>,
-F<examples/benchmarks/arriter_o1.imc>.
+F<examples/benchmarks/arriter.pir>,
+F<examples/benchmarks/arriter_o1.pir>.
 
 =cut

Modified: trunk/examples/benchmarks/fib.pl
==============================================================================
--- trunk/examples/benchmarks/fib.pl    (original)
+++ trunk/examples/benchmarks/fib.pl    Wed Dec 28 09:00:50 2005
@@ -30,6 +30,6 @@ print "fib($N) = ", fib($N), "\n";
 
 =head1 SEE ALSO
 
-F<examples/benchmarks/fib.imc>.
+F<examples/benchmarks/fib.pir>.
 
 =cut

Reply via email to