mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-28 08:37:41 +00:00
Remove a compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56478 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3ba70861c
commit
2165e1288e
@ -31,6 +31,9 @@ namespace llvmc {
|
|||||||
/// PopulateCompilationGraph - The auto-generated function that
|
/// PopulateCompilationGraph - The auto-generated function that
|
||||||
/// populates the compilation graph with nodes and edges.
|
/// populates the compilation graph with nodes and edges.
|
||||||
virtual void PopulateCompilationGraph(CompilationGraph&) const = 0;
|
virtual void PopulateCompilationGraph(CompilationGraph&) const = 0;
|
||||||
|
|
||||||
|
/// Needed to avoid a compiler warning.
|
||||||
|
virtual ~BasePlugin() {};
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef llvm::Registry<BasePlugin> PluginRegistry;
|
typedef llvm::Registry<BasePlugin> PluginRegistry;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user