diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-09 18:37:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-09 18:37:46 +0000 |
commit | d92b01c3850745689a46762bd9eb53cfd9afacdd (patch) | |
tree | 132862b605a6ea019d39267723f4b1474eced7a3 /llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | |
parent | 807399ad863fd5298413d10831f653afa97234ea (diff) | |
download | bcm5719-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.cpp | 1 |
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" |