diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp b/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp index 2ca0f1d49f..c6a98712fa 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp @@ -5,14 +5,11 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Transforms/Instrumentation/Graph.h" +#include "Graph.h" #include "llvm/iTerminators.h" -#include "llvm/BasicBlock.h" #include "Support/Statistic.h" #include <algorithm> -//using std::list; -//using std::set; using std::map; using std::vector; using std::cerr; |