[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp GraphAuxiliary.cpp InstLoops.cpp RetracePath.cpp
LLVM
llvm at cs.uiuc.edu
Sun Jul 4 07:24:01 PDT 2004
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:
Graph.cpp updated: 1.14 -> 1.15
GraphAuxiliary.cpp updated: 1.21 -> 1.22
InstLoops.cpp updated: 1.13 -> 1.14
RetracePath.cpp updated: 1.8 -> 1.9
---
Log message:
Add #include <iostream> since Value.h does not #include it any more.
---
Diffs of the changes: (+4 -0)
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.14 llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.15
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp:1.14 Tue Nov 11 16:41:33 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp Sun Jul 4 07:19:56 2004
@@ -16,6 +16,7 @@
#include "llvm/iTerminators.h"
#include "Support/Debug.h"
#include <algorithm>
+#include <iostream>
using std::vector;
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.21 llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.22
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp:1.21 Tue Nov 11 16:41:33 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp Sun Jul 4 07:19:56 2004
@@ -17,6 +17,7 @@
#include "llvm/iTerminators.h"
#include "Support/Debug.h"
#include <algorithm>
+#include <iostream>
#include "Graph.h"
//using std::list;
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.13 llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.14
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp:1.13 Fri May 14 16:21:52 2004
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp Sun Jul 4 07:19:56 2004
@@ -24,6 +24,7 @@
#include "llvm/Pass.h"
#include "Support/Debug.h"
#include "../ProfilingUtils.h"
+#include <iostream>
namespace llvm {
Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp:1.8 llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp:1.9
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp:1.8 Tue Nov 11 16:41:33 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp Sun Jul 4 07:19:56 2004
@@ -16,6 +16,7 @@
#include "llvm/iOther.h"
#include "llvm/Support/CFG.h"
#include "Graph.h"
+#include <iostream>
using std::vector;
using std::map;
More information about the llvm-commits
mailing list