mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +00:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user