For PR780:
[oota-llvm.git] / lib / VMCore / Dominators.cpp
index a0a6d253b2809e159d8d1e842512b15e74668dba..35c847f7d6df9b477216d7bf1ea082039e830dd2 100644 (file)
@@ -304,8 +304,6 @@ bool DominatorSet::runOnFunction(Function &F) {
   return false;
 }
 
-int DominatorSet::stub;
-
 namespace llvm {
 static std::ostream &operator<<(std::ostream &o,
                                 const std::set<BasicBlock*> &BBs) {
@@ -933,3 +931,5 @@ void ETForestBase::print(std::ostream &o, const Module *) const {
   }
   o << "\n";
 }
+
+DEFINING_FILE_FOR(DominatorSet)