diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-19 16:22:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-19 16:22:24 +0000 |
commit | 3fb2045c7c4884c0f86359320c93c2746b93a1cf (patch) | |
tree | 32644922ceef6ce29b27446f7b981ebaef55987b /lib/Analysis/IPA/CallGraph.cpp | |
parent | ebf2bda8cdf1d85f90709c2f7fac358659336660 (diff) |
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/CallGraph.cpp')
-rw-r--r-- | lib/Analysis/IPA/CallGraph.cpp | 1 |
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" |