[ORC] NFC remove unimplemented query

Summary: CFGWalk Query is unimplemented for valid reasons. But the declaration got included in commit file.

Reviewers: lhames, dblaikie

Reviewed By: dblaikie

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66289

llvm-svn: 370085
This commit is contained in:
Praveen Velliengiri 2019-08-27 17:51:50 +00:00
parent a2ea8a1eca
commit 92bfb69a44
1 changed files with 0 additions and 7 deletions

View File

@ -35,13 +35,6 @@ public:
ResultTy operator()(Function &F, FunctionAnalysisManager &FAM); ResultTy operator()(Function &F, FunctionAnalysisManager &FAM);
}; };
// Walk the CFG by exploting BranchProbabilityInfo
class CFGWalkQuery {
public:
using ResultTy = Optional<DenseMap<StringRef, DenseSet<StringRef>>>;
ResultTy operator()(Function &F, FunctionAnalysisManager &FAM);
};
} // namespace orc } // namespace orc
} // namespace llvm } // namespace llvm