[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/z48.c
Reid Spencer
reid at x10sys.com
Thu Jan 11 19:59:48 PST 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset:
z48.c updated: 1.1 -> 1.2
---
Log message:
Don't allow time values in the output.
---
Diffs of the changes: (+1 -3)
z48.c | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/z48.c
diff -u llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/z48.c:1.1 llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/z48.c:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/z48.c:1.1 Tue Jan 9 17:44:35 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/z48.c Thu Jan 11 21:59:32 2007
@@ -3605,9 +3605,7 @@
now = time( NULL );
date = localtime( &now );
- fprintf(in_fp, "/CreationDate (D:%.4d%.2d%.2d%.2d%.2d%.2d)\n",
- date->tm_year + 1900, date->tm_mon + 1, date->tm_mday,
- date->tm_hour, date->tm_min, date->tm_sec);
+ fprintf(in_fp, "/CreationDate (Sometime Today)\n");
}
if (g_doc_author != NULL)
More information about the llvm-commits
mailing list