commit | bf565702dcffb57a96612b529b68b4375244084f | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Mar 13 05:51:56 2012 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Mar 13 05:51:56 2012 +0000 |
tree | d3d3ec3059ca3f91591f6f5839e9e6fd06fc7c4b | |
parent | 091306099d7aaf8d68c3c5f44cdaf3e3e91d9f77 [diff] [blame] |
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
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 34659bb..e2ae678 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -70,7 +70,7 @@ } } -SelectionDAG::DAGUpdateListener::~DAGUpdateListener() {} +SelectionDAG::DAGUpdateListener::anchor() {} //===----------------------------------------------------------------------===// // ConstantFPSDNode Class