commit | 42a412711c000d175d992dd1b85cfd04fd345e5b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Apr 09 18:37:46 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Apr 09 18:37:46 2002 +0000 |
tree | 0ace1081b94e6f96d70a81d734169be7459fb7ed | |
parent | 991bc4eb803b46663584512a2befc61ec5d0dfa8 [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
diff --git a/lib/Analysis/DataStructure/FunctionRepBuilder.cpp b/lib/Analysis/DataStructure/FunctionRepBuilder.cpp index f0d8aa3..965185a 100644 --- a/lib/Analysis/DataStructure/FunctionRepBuilder.cpp +++ b/lib/Analysis/DataStructure/FunctionRepBuilder.cpp
@@ -6,11 +6,13 @@ #include "FunctionRepBuilder.h" #include "llvm/Function.h" +#include "llvm/BasicBlock.h" #include "llvm/iMemory.h" #include "llvm/iPHINode.h" #include "llvm/iOther.h" #include "llvm/iTerminators.h" #include "llvm/DerivedTypes.h" +#include "llvm/ConstantVals.h" #include "Support/STLExtras.h" #include <algorithm>