diff options
author | Richard Trieu <rtrieu@google.com> | 2018-12-29 02:02:13 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2018-12-29 02:02:13 +0000 |
commit | a87b70d1db817b34f9ef7f4312094da46b575205 (patch) | |
tree | 3ec390b0fb12fdcdaa3f8686d400e6cf15266058 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 0a6cec6f9f1bd11147eb76d8d0b4df9d40bb873c (diff) | |
download | bcm5719-llvm-a87b70d1db817b34f9ef7f4312094da46b575205.tar.gz bcm5719-llvm-a87b70d1db817b34f9ef7f4312094da46b575205.zip |
Add vtable anchor to classes.
llvm-svn: 350142
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 3ae7bd90554..2f26a150b50 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -87,6 +87,8 @@ static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) { void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {} void SelectionDAG::DAGUpdateListener::NodeUpdated(SDNode*) {} +void SelectionDAG::DAGNodeDeletedListener::anchor() {} + #define DEBUG_TYPE "selectiondag" static cl::opt<bool> EnableMemCpyDAGOpt("enable-memcpy-dag-opt", |