mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
Inline the d'tor and add an anchor instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
091306099d
commit
bf565702dc
@ -820,8 +820,9 @@ public:
|
||||
/// the DAG can optionally implement this interface. This allows the clients
|
||||
/// to handle the various sorts of updates that happen.
|
||||
class DAGUpdateListener {
|
||||
virtual void anchor();
|
||||
public:
|
||||
virtual ~DAGUpdateListener();
|
||||
virtual ~DAGUpdateListener() {}
|
||||
|
||||
/// NodeDeleted - The node N that was deleted and, if E is not null, an
|
||||
/// equivalent node E that replaced it.
|
||||
|
@ -70,7 +70,7 @@ static const fltSemantics *EVTToAPFloatSemantics(EVT VT) {
|
||||
}
|
||||
}
|
||||
|
||||
SelectionDAG::DAGUpdateListener::~DAGUpdateListener() {}
|
||||
SelectionDAG::DAGUpdateListener::anchor() {}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// ConstantFPSDNode Class
|
||||
|
Loading…
Reference in New Issue
Block a user