aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-01-19 22:39:36 +0000
committerDan Gohman <gohman@apple.com>2009-01-19 22:39:36 +0000
commit534c8a2d720982c819549fe41abb03f4b123528b (patch)
treeb118113dad7fd9cf238d24802e2e76598388bc9c /clang/lib/CodeGen/ModuleBuilder.cpp
parentd067ecd1c7dea124d7016a0fd8f2dd7dd93f2641 (diff)
downloadllvm-534c8a2d720982c819549fe41abb03f4b123528b.zip
llvm-534c8a2d720982c819549fe41abb03f4b123528b.tar.gz
llvm-534c8a2d720982c819549fe41abb03f4b123528b.tar.bz2
Remove SDNode's virtual destructor. This makes it impossible for
SDNode subclasses to keep state that requires non-trivial destructors, however it was already effectively impossible, since the destructor isn't actually ever called. There currently aren't any SDNode subclasses affected by this, and in general it's desireable to keep SDNode objects light-weight. This eliminates the last virtual member function in the SDNode class, so it eliminates the need for a vtable pointer, making SDNode smaller. llvm-svn: 62539
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions