summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-19 16:22:24 +0000
committerChris Lattner <sabre@nondot.org>2004-11-19 16:22:24 +0000
commit3fb2045c7c4884c0f86359320c93c2746b93a1cf (patch)
tree32644922ceef6ce29b27446f7b981ebaef55987b /lib/Analysis/IPA
parentebf2bda8cdf1d85f90709c2f7fac358659336660 (diff)
downloadllvm-3fb2045c7c4884c0f86359320c93c2746b93a1cf.tar.gz
llvm-3fb2045c7c4884c0f86359320c93c2746b93a1cf.tar.bz2
llvm-3fb2045c7c4884c0f86359320c93c2746b93a1cf.tar.xz
Mission accomplished!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA')
-rw-r--r--lib/Analysis/IPA/CallGraph.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/CallGraph.cpp b/lib/Analysis/IPA/CallGraph.cpp
index a6d2836121..6ca23c662a 100644
--- a/lib/Analysis/IPA/CallGraph.cpp
+++ b/lib/Analysis/IPA/CallGraph.cpp
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Analysis/CallGraph.h"
-#include "llvm/Constants.h" // Remove when ConstantPointerRefs are gone
#include "llvm/Module.h"
#include "llvm/Instructions.h"
#include "llvm/Support/CallSite.h"