diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths')
3 files changed, 3 insertions, 9 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp b/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp index f6280e8470..2ca0f1d49f 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp +++ b/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/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp index 76109822d1..3a34131c88 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp +++ b/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/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp b/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp index 76109822d1..3a34131c88 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp +++ b/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; |