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 | |
| 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')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/TraceValues.cpp | 1 |
2 files changed, 2 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" diff --git a/llvm/lib/Transforms/Instrumentation/TraceValues.cpp b/llvm/lib/Transforms/Instrumentation/TraceValues.cpp index e31aeb8185b..7f7321dbf06 100644 --- a/llvm/lib/Transforms/Instrumentation/TraceValues.cpp +++ b/llvm/lib/Transforms/Instrumentation/TraceValues.cpp @@ -12,6 +12,7 @@ #include "llvm/iMemory.h" #include "llvm/iTerminators.h" #include "llvm/iOther.h" +#include "llvm/BasicBlock.h" #include "llvm/Function.h" #include "llvm/Module.h" #include "llvm/Pass.h" |

