[llvm-commits] CVS: llvm/test/Programs/TEST.micro.Makefile TEST.micro.report

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 22 15:12:09 PDT 2003


Changes in directory llvm/test/Programs:

TEST.micro.Makefile updated: 1.1 -> 1.2
TEST.micro.report updated: 1.1 -> 1.2

---
Log message:

Fix comments


---
Diffs of the changes:

Index: llvm/test/Programs/TEST.micro.Makefile
diff -u llvm/test/Programs/TEST.micro.Makefile:1.1 llvm/test/Programs/TEST.micro.Makefile:1.2
--- llvm/test/Programs/TEST.micro.Makefile:1.1	Fri Jun 20 18:06:02 2003
+++ llvm/test/Programs/TEST.micro.Makefile	Sun Jun 22 15:11:18 2003
@@ -1,8 +1,5 @@
-##===- test/Programs/TEST.jit.Makefile ---------------------*- Makefile -*-===##
+##===- test/Programs/TEST.micro.Makefile -------------------*- Makefile -*-===##
 #
-# This test tries running the Just-In-Time compiler on all of the programs to
-# see which ones work and which ones don't.  It provides a report to tabulate
-# this nicely and provides some simple statistics.
 #
 ##===----------------------------------------------------------------------===##
 


Index: llvm/test/Programs/TEST.micro.report
diff -u llvm/test/Programs/TEST.micro.report:1.1 llvm/test/Programs/TEST.micro.report:1.2
--- llvm/test/Programs/TEST.micro.report:1.1	Fri Jun 20 18:06:02 2003
+++ llvm/test/Programs/TEST.micro.report	Sun Jun 22 15:11:18 2003
@@ -1,6 +1,6 @@
-##=== TEST.jit.report - Report description for jit tests -------*- perl -*-===##
+##=== TEST.micro.report - Report for the MICRO'03 paper --------*- perl -*-===##
 #
-# This file defines a report to be generated for the jit test.
+# This file defines a report to be generated for the micro paper.
 #
 # This report should be generated with the following command:
 #    gmake ENABLE_OPTIMIZED=1 TEST=micro RUNTIMELIMIT=120 LARGE_PROBLEM_SIZE=1 CFLAGS=-O3





More information about the llvm-commits mailing list