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 | 291f6145b8d2b5dd96e96127109ddb149a429735 (patch) | |
tree | 6f07b5dee68699490a78d280efebfae760d45944 /llvm/lib/Analysis/IPA/CallGraph.cpp | |
parent | 2b12b95d5d56d1389c6ec17370b5a08adfd678c6 (diff) | |
download | bcm5719-llvm-291f6145b8d2b5dd96e96127109ddb149a429735.tar.gz bcm5719-llvm-291f6145b8d2b5dd96e96127109ddb149a429735.zip |
Reverting 85714, 85715, 85716, which are breaking the build
llvm-svn: 85717
Diffstat (limited to 'llvm/lib/Analysis/IPA/CallGraph.cpp')
-rw-r--r-- | llvm/lib/Analysis/IPA/CallGraph.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraph.cpp b/llvm/lib/Analysis/IPA/CallGraph.cpp index ac83e486681..9cd8bb8c2df 100644 --- a/llvm/lib/Analysis/IPA/CallGraph.cpp +++ b/llvm/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" |