OSDN Git Service

Make sure any client of Dominators.h links in Dominators.cpp
authorChris Lattner <sabre@nondot.org>
Thu, 14 Oct 2004 15:47:16 +0000 (15:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Oct 2004 15:47:16 +0000 (15:47 +0000)
Patch by Morten Ofstad

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16987 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Dominators.cpp

index 14ec3cc..a120db4 100644 (file)
@@ -298,6 +298,8 @@ bool DominatorSet::runOnFunction(Function &F) {
   return false;
 }
 
+void DominatorSet::stub() {}
+
 namespace llvm {
 static std::ostream &operator<<(std::ostream &o,
                                 const std::set<BasicBlock*> &BBs) {