mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Pacify -Wnon-virtual-dtor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175324 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ba6867d0ce
commit
b075ed3b90
@ -556,6 +556,8 @@ namespace llvm {
|
||||
public:
|
||||
SCEVRewriter(ScalarEvolution &S) : SE(S) {}
|
||||
|
||||
virtual ~SCEVRewriter() {}
|
||||
|
||||
virtual const SCEV *visitConstant(const SCEVConstant *Constant) {
|
||||
return Constant;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user