[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 2 22:07:20 PDT 2005



Changes in directory llvm-test/MultiSource/Benchmarks/Olden:

Makefile updated: 1.7 -> 1.8
---
Log message:

Fix typo, thanks to Vladimir Merzliakov for pointing this out!



---
Diffs of the changes:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-test/MultiSource/Benchmarks/Olden/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.7 llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.8
--- llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.7	Sun Oct  2 15:53:20 2005
+++ llvm-test/MultiSource/Benchmarks/Olden/Makefile	Mon Oct  3 00:07:08 2005
@@ -2,8 +2,8 @@
 
 LEVEL = ../../..
 
-## NOTE: This must remain in this oder, so that the labels in the nightly tester 
-## gnuplot scripts are correct.
+## NOTE: This must remain in this order, so that the labels in the nightly 
+## tester gnuplot scripts are correct.
 PARALLEL_DIRS  := bh em3d mst power tsp bisort health perimeter treeadd voronoi
 
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list