[llvm-commits] [test-suite] r64218 - in /test-suite/trunk: TEST.beta-compare.Makefile TEST.beta-compare.report TEST.jit.Makefile TEST.libcalls.Makefile

Dan Gohman gohman at apple.com
Tue Feb 10 07:04:39 PST 2009


Author: djg
Date: Tue Feb 10 09:04:37 2009
New Revision: 64218

URL: http://llvm.org/viewvc/llvm-project?rev=64218&view=rev
Log:
Fix 80-col violations in comments.

Modified:
    test-suite/trunk/TEST.beta-compare.Makefile
    test-suite/trunk/TEST.beta-compare.report
    test-suite/trunk/TEST.jit.Makefile
    test-suite/trunk/TEST.libcalls.Makefile

Modified: test-suite/trunk/TEST.beta-compare.Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/TEST.beta-compare.Makefile?rev=64218&r1=64217&r2=64218&view=diff

==============================================================================
--- test-suite/trunk/TEST.beta-compare.Makefile (original)
+++ test-suite/trunk/TEST.beta-compare.Makefile Tue Feb 10 09:04:37 2009
@@ -1,4 +1,4 @@
-##===- TEST.beta-compare.Makefile -----------------------------------*- Makefile -*-===##
+##===- TEST.beta-compare.Makefile --------------------------*- Makefile -*-===##
 #
 # This test runs llc and llc-beta and generates numbers to compare their static
 # values produced by -stats.

Modified: test-suite/trunk/TEST.beta-compare.report
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/TEST.beta-compare.report?rev=64218&r1=64217&r2=64218&view=diff

==============================================================================
--- test-suite/trunk/TEST.beta-compare.report (original)
+++ test-suite/trunk/TEST.beta-compare.report Tue Feb 10 09:04:37 2009
@@ -1,4 +1,4 @@
-##=== TEST.beta-compare.report - Compare llc vs llcbeta -*- perl -*-===##
+##=== TEST.beta-compare.report - Compare llc vs llcbeta --------*- perl -*-===##
 #
 # This file defines a report to be generated for the beta-compare test.
 #

Modified: test-suite/trunk/TEST.jit.Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/TEST.jit.Makefile?rev=64218&r1=64217&r2=64218&view=diff

==============================================================================
--- test-suite/trunk/TEST.jit.Makefile (original)
+++ test-suite/trunk/TEST.jit.Makefile Tue Feb 10 09:04:37 2009
@@ -1,4 +1,4 @@
-##===- TEST.jit.Makefile ----------------------------------*- Makefile -*-===##
+##===- TEST.jit.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

Modified: test-suite/trunk/TEST.libcalls.Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/TEST.libcalls.Makefile?rev=64218&r1=64217&r2=64218&view=diff

==============================================================================
--- test-suite/trunk/TEST.libcalls.Makefile (original)
+++ test-suite/trunk/TEST.libcalls.Makefile Tue Feb 10 09:04:37 2009
@@ -1,4 +1,4 @@
-##===- TEST.libcalls.Makefile -------------------------------*- Makefile -*-===##
+##===- TEST.libcalls.Makefile ------------------------------*- Makefile -*-===##
 #
 # This recursively traverses the programs, and runs the -simplify-libcalls pass
 # on each *.linked.rbc bytecode file with -stats set so that it is possible to





More information about the llvm-commits mailing list