summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitd92b01c3850745689a46762bd9eb53cfd9afacdd (patch)
tree132862b605a6ea019d39267723f4b1474eced7a3 /llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
parent807399ad863fd5298413d10831f653afa97234ea (diff)
downloadbcm5719-llvm-d92b01c3850745689a46762bd9eb53cfd9afacdd.tar.gz
bcm5719-llvm-d92b01c3850745689a46762bd9eb53cfd9afacdd.zip
Add #includes to make up for #includes pruned out of header files.
llvm-svn: 2207
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
index 3ac97a479c4..41d4a72d761 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud