Make sure any client of Dominators.h links in Dominators.cpp

Patch by Morten Ofstad


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-10-14 15:47:16 +00:00
parent 5fb00c5893
commit a06b3af2fe

View 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) {