[llvm-commits] CVS: llvm/lib/Support/Statistic.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Aug 13 16:33:01 PDT 2003
Changes in directory llvm/lib/Support:
Statistic.cpp updated: 1.9 -> 1.10
---
Log message:
This file uses stable_sort
---
Diffs of the changes:
Index: llvm/lib/Support/Statistic.cpp
diff -u llvm/lib/Support/Statistic.cpp:1.9 llvm/lib/Support/Statistic.cpp:1.10
--- llvm/lib/Support/Statistic.cpp:1.9 Fri Aug 1 17:15:41 2003
+++ llvm/lib/Support/Statistic.cpp Wed Aug 13 16:32:37 2003
@@ -18,6 +18,7 @@
#include "Support/CommandLine.h"
#include <sstream>
#include <iostream>
+#include <algorithm>
// GetLibSupportInfoOutputFile - Return a file stream to print our output on...
std::ostream *GetLibSupportInfoOutputFile();
More information about the llvm-commits
mailing list