aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-09 18:37:46 +0000
committerChris Lattner <sabre@nondot.org>2002-04-09 18:37:46 +0000
commit42a412711c000d175d992dd1b85cfd04fd345e5b (patch)
tree0ace1081b94e6f96d70a81d734169be7459fb7ed /lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
parent991bc4eb803b46663584512a2befc61ec5d0dfa8 (diff)
Add #includes to make up for #includes pruned out of header files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2207 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
index 3ac97a479c..41d4a72d76 100644
--- a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
+++ b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
#include "Graph.h"
+#include "llvm/BasicBlock.h"
#include "llvm/ConstantVals.h"
#include "llvm/DerivedTypes.h"
#include "llvm/iMemory.h"