summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/CallGraph.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/Analysis/IPA/CallGraph.cpp
parent991bc4eb803b46663584512a2befc61ec5d0dfa8 (diff)
downloadllvm-42a412711c000d175d992dd1b85cfd04fd345e5b.tar.gz
llvm-42a412711c000d175d992dd1b85cfd04fd345e5b.tar.bz2
llvm-42a412711c000d175d992dd1b85cfd04fd345e5b.tar.xz
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/Analysis/IPA/CallGraph.cpp')
-rw-r--r--lib/Analysis/IPA/CallGraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/IPA/CallGraph.cpp b/lib/Analysis/IPA/CallGraph.cpp
index 63bb968e92..df8d0169cf 100644
--- a/lib/Analysis/IPA/CallGraph.cpp
+++ b/lib/Analysis/IPA/CallGraph.cpp
@@ -41,6 +41,7 @@
#include "llvm/Analysis/CallGraph.h"
#include "llvm/Module.h"
#include "llvm/Function.h"
+#include "llvm/BasicBlock.h"
#include "llvm/iOther.h"
#include "llvm/iTerminators.h"
#include "Support/STLExtras.h"