[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/RSProfiling.h
Reid Spencer
reid at x10sys.com
Sat Feb 3 16:41:02 PST 2007
Changes in directory llvm/lib/Transforms/Instrumentation:
RSProfiling.h updated: 1.3 -> 1.4
---
Log message:
For PR1163: http://llvm.org/PR1163 :
Make the Module's dependent library use a std::vector instead of SetVector
adjust #includes in .cpp files because SetVector.h is no longer included.
---
Diffs of the changes: (+1 -0)
RSProfiling.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Transforms/Instrumentation/RSProfiling.h
diff -u llvm/lib/Transforms/Instrumentation/RSProfiling.h:1.3 llvm/lib/Transforms/Instrumentation/RSProfiling.h:1.4
--- llvm/lib/Transforms/Instrumentation/RSProfiling.h:1.3 Wed May 24 12:04:04 2006
+++ llvm/lib/Transforms/Instrumentation/RSProfiling.h Sat Feb 3 18:40:41 2007
@@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Transforms/RSProfiling.h"
+#include <set>
namespace llvm {
/// RSProfilers_std - a simple support class for profilers that handles most
More information about the llvm-commits
mailing list