X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FAnalysis%2FIPA%2FCallGraph.cpp;fp=lib%2FAnalysis%2FIPA%2FCallGraph.cpp;h=67cf7f86e072507836b3057e3dc4a8a36a97d788;hp=dfabb0ad063d3a61596961d7d0f385b6b4847da9;hb=c00ae934322b82493ef3fe429c3373028e7fe97d;hpb=1f4ef379d2ddc6fe773c15a8bf7217e185a3aadd diff --git a/lib/Analysis/IPA/CallGraph.cpp b/lib/Analysis/IPA/CallGraph.cpp index dfabb0ad063..67cf7f86e07 100644 --- a/lib/Analysis/IPA/CallGraph.cpp +++ b/lib/Analysis/IPA/CallGraph.cpp @@ -282,6 +282,3 @@ void CallGraphWrapperPass::print(raw_ostream &OS, const Module *) const { #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) void CallGraphWrapperPass::dump() const { print(dbgs(), nullptr); } #endif - -// Enuse that users of CallGraph.h also link with this file -DEFINING_FILE_FOR(CallGraph)