summaryrefslogtreecommitdiffstats
path: root/llvm/utils/NightlyTest.gnuplot
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-20 15:33:33 +0000
committerChris Lattner <sabre@nondot.org>2003-08-20 15:33:33 +0000
commit717658476cb44c3cdaee297442a3027e35756d8e (patch)
tree0234cd834dcb497ec874fe8fac108033c3cf755a /llvm/utils/NightlyTest.gnuplot
parent816deb775d7e56362c2e612c298e7fc3d8ba50eb (diff)
downloadbcm5719-llvm-717658476cb44c3cdaee297442a3027e35756d8e.tar.gz
bcm5719-llvm-717658476cb44c3cdaee297442a3027e35756d8e.zip
Fix bug where we printed the month number instead of the day number *blush*
llvm-svn: 7980
Diffstat (limited to 'llvm/utils/NightlyTest.gnuplot')
-rw-r--r--llvm/utils/NightlyTest.gnuplot2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/NightlyTest.gnuplot b/llvm/utils/NightlyTest.gnuplot
index 8037d89e7de..66c5f4e1fac 100644
--- a/llvm/utils/NightlyTest.gnuplot
+++ b/llvm/utils/NightlyTest.gnuplot
@@ -6,7 +6,7 @@ set xlabel "Date" "TimesRoman,24"
set ylabel "Lines of Code" "TimesRoman,24"
set xdata time
set timefmt "%Y-%m-%d:"
-set format x "%b %m, %Y"
+set format x "%b %d, %Y"
## Various labels for the graph
set label "Removed\ndummy\nfunction" at "2003-07-30:", 150000
OpenPOWER on IntegriCloud