mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
Remove doInitialization() and doFinalization() member declarations without definitions.
Visual C++ 2015 flags this in the IDE. llvm-svn: 267919
This commit is contained in:
parent
f555db9453
commit
b4f9d39bdd
@ -325,14 +325,6 @@ public:
|
||||
using llvm::Pass::doInitialization;
|
||||
using llvm::Pass::doFinalization;
|
||||
|
||||
/// doInitialization - Run all of the initializers for the module passes.
|
||||
///
|
||||
bool doInitialization();
|
||||
|
||||
/// doFinalization - Run all of the finalizers for the module passes.
|
||||
///
|
||||
bool doFinalization();
|
||||
|
||||
/// Pass Manager itself does not invalidate any analysis info.
|
||||
void getAnalysisUsage(AnalysisUsage &Info) const override {
|
||||
Info.setPreservesAll();
|
||||
@ -423,14 +415,6 @@ public:
|
||||
using llvm::Pass::doInitialization;
|
||||
using llvm::Pass::doFinalization;
|
||||
|
||||
/// doInitialization - Run all of the initializers for the module passes.
|
||||
///
|
||||
bool doInitialization();
|
||||
|
||||
/// doFinalization - Run all of the finalizers for the module passes.
|
||||
///
|
||||
bool doFinalization();
|
||||
|
||||
/// Pass Manager itself does not invalidate any analysis info.
|
||||
void getAnalysisUsage(AnalysisUsage &Info) const override {
|
||||
Info.setPreservesAll();
|
||||
|
Loading…
x
Reference in New Issue
Block a user