[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 22 14:53:14 PST 2006
Changes in directory llvm/lib/Transforms/Instrumentation:
TraceBasicBlocks.cpp updated: 1.13 -> 1.14
---
Log message:
Add explicit #includes of <iostream>
---
Diffs of the changes: (+1 -0)
TraceBasicBlocks.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
diff -u llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.13 llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.14
--- llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp:1.13 Sat Oct 22 23:37:20 2005
+++ llvm/lib/Transforms/Instrumentation/TraceBasicBlocks.cpp Sun Jan 22 16:53:01 2006
@@ -23,6 +23,7 @@
#include "ProfilingUtils.h"
#include "llvm/Support/Debug.h"
#include <set>
+#include <iostream>
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list