mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 19:57:44 +00:00
add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.
llvm-svn: 95810
This commit is contained in:
parent
63e676c905
commit
5f5bb8b16d
@ -340,7 +340,7 @@ class MCTargetExpr : public MCExpr {
|
||||
virtual void Anchor();
|
||||
protected:
|
||||
MCTargetExpr() : MCExpr(Target) {}
|
||||
|
||||
virtual ~MCTargetExpr() {}
|
||||
public:
|
||||
|
||||
virtual void PrintImpl(raw_ostream &OS) const = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user