diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:33:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:33:56 +0000 |
commit | b117fb57a6af2015625436e812851b543dd6d1b0 (patch) | |
tree | bfb3d8aef47b31b8ae119d5d0a9d4c9067233d47 /lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | |
parent | 77f088b114fe61e62199b5a7dbcfb22ba0439260 (diff) |
Clean up #includes
Move graph.h into local directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index 6fa61d63f9..ba4a9013a7 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp @@ -7,7 +7,7 @@ //top block of cfg //===----------------------------------------------------------------------===// -#include "llvm/Transforms/Instrumentation/Graph.h" +#include "Graph.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/iMemory.h" @@ -16,7 +16,6 @@ #include "llvm/iOperators.h" #include "llvm/iPHINode.h" #include "llvm/Module.h" -#include "llvm/Instruction.h" #include <stdio.h> #define INSERT_LOAD_COUNT |