diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-11-01 16:42:53 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-11-01 16:42:53 +0000 |
commit | 076124ef26ff67f88663bd11f3b4d6b3d3bb3a9d (patch) | |
tree | 50d3cafef4ad8bc95ca5fbb0e3141525eab1c2c3 /lib/Analysis/IPA/CallGraph.cpp | |
parent | 2166f6229042a4d3d65847ebe0d453cd664682ef (diff) |
Reverting 85714, 85715, 85716, which are breaking the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85717 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 ac83e48668..9cd8bb8c2d 100644 --- a/lib/Analysis/IPA/CallGraph.cpp +++ b/lib/Analysis/IPA/CallGraph.cpp @@ -13,7 +13,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Analysis/CallGraph.h" -#include "llvm/Pass.h" #include "llvm/Module.h" #include "llvm/Instructions.h" #include "llvm/IntrinsicInst.h" |