mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
Remove a compiler warning.
llvm-svn: 56478
This commit is contained in:
parent
c7fc5ed65f
commit
178d1843ea
@ -31,6 +31,9 @@ namespace llvmc {
|
||||
/// PopulateCompilationGraph - The auto-generated function that
|
||||
/// populates the compilation graph with nodes and edges.
|
||||
virtual void PopulateCompilationGraph(CompilationGraph&) const = 0;
|
||||
|
||||
/// Needed to avoid a compiler warning.
|
||||
virtual ~BasePlugin() {};
|
||||
};
|
||||
|
||||
typedef llvm::Registry<BasePlugin> PluginRegistry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user