mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[ORC] Remove some dead code.
llvm-svn: 369218
This commit is contained in:
parent
958b9f6311
commit
e97f8b9e3e
@ -162,15 +162,6 @@ public:
|
||||
PB.registerFunctionAnalyses(FAM);
|
||||
}
|
||||
|
||||
template <
|
||||
typename AnalysisTy,
|
||||
typename std::enable_if<
|
||||
std::is_base_of<AnalysisInfoMixin<AnalysisTy>, AnalysisTy>::value,
|
||||
bool>::type = true>
|
||||
void registerAnalysis() {
|
||||
FAM.registerPass([]() { return AnalysisTy(); });
|
||||
}
|
||||
|
||||
void emit(MaterializationResponsibility R, ThreadSafeModule TSM);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user