mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
Revert "Fix -Wnon-virtual-dtor warning introduced in r217982."
An alternative fix was already committed. This reverts commit r217988. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2908,7 +2908,7 @@ bool InstCombiner::DoOneIteration(Function &F, unsigned Iteration) {
|
||||
}
|
||||
|
||||
namespace {
|
||||
class InstCombinerLibCallSimplifier final : public LibCallSimplifier {
|
||||
class InstCombinerLibCallSimplifier : public LibCallSimplifier {
|
||||
InstCombiner *IC;
|
||||
public:
|
||||
InstCombinerLibCallSimplifier(const DataLayout *DL,
|
||||
|
Reference in New Issue
Block a user