make clients have to know how to call getCallSiteDependencyFrom
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index e067c1768fe1714ef962daf435eb2d2bada671f0..b6c6c5ffc0b837fa7c2ea14ff517608be5713787 100644 (file)
@@ -51,6 +51,3 @@ void LoopInfo::getAnalysisUsage(AnalysisUsage &AU) const {
   AU.setPreservesAll();
   AU.addRequired<DominatorTree>();
 }
-
-// Ensure this file gets linked when LoopInfo.h is used.
-DEFINING_FILE_FOR(LoopInfo)