diff options
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
3 files changed, 3 insertions, 9 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp index f6280e84707..2ca0f1d49f6 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp @@ -8,8 +8,8 @@ #include "llvm/Transforms/Instrumentation/Graph.h" #include "llvm/iTerminators.h" #include "llvm/BasicBlock.h" +#include "Support/Statistic.h" #include <algorithm> -#include <iostream> //using std::list; //using std::set; diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp index 76109822d15..3a34131c889 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp @@ -10,12 +10,9 @@ #include "llvm/Transforms/Instrumentation/Graph.h" #include "llvm/Pass.h" #include "llvm/Module.h" -#include "llvm/InstrTypes.h" #include "llvm/iTerminators.h" +#include "Support/Statistic.h" #include <algorithm> -#include <iostream> -#include <sstream> -#include <vector> //using std::list; using std::map; diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp index 76109822d15..3a34131c889 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp @@ -10,12 +10,9 @@ #include "llvm/Transforms/Instrumentation/Graph.h" #include "llvm/Pass.h" #include "llvm/Module.h" -#include "llvm/InstrTypes.h" #include "llvm/iTerminators.h" +#include "Support/Statistic.h" #include <algorithm> -#include <iostream> -#include <sstream> -#include <vector> //using std::list; using std::map; |