diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-28 14:25:45 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-28 14:25:45 +0000 |
| commit | 92658b8149f88b2d2b2dac4893e4ace97b2aa9f8 (patch) | |
| tree | 728194b2b802c210f6468d4b9b637e9d11c00d91 /llvm/lib | |
| parent | 6b03aa1bf76bfea75bc564fe6a31ceda1c06353b (diff) | |
| download | bcm5719-llvm-92658b8149f88b2d2b2dac4893e4ace97b2aa9f8.tar.gz bcm5719-llvm-92658b8149f88b2d2b2dac4893e4ace97b2aa9f8.zip | |
Devirtualize DIScope and subclasses.
Nothing in here makes use of the virtuality.
llvm-svn: 159349
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/VMCore/DebugInfo.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/llvm/lib/VMCore/DebugInfo.cpp b/llvm/lib/VMCore/DebugInfo.cpp index e56ab0f2b8f..78df0aa630c 100644 --- a/llvm/lib/VMCore/DebugInfo.cpp +++ b/llvm/lib/VMCore/DebugInfo.cpp @@ -1156,29 +1156,3 @@ void DIVariable::printExtendedName(raw_ostream &OS) const { } } } - -//===----------------------------------------------------------------------===// -// DIDescriptor: vtable anchors for all descriptors. -//===----------------------------------------------------------------------===// - -void DIScope::anchor() { } - -void DICompileUnit::anchor() { } - -void DIFile::anchor() { } - -void DIType::anchor() { } - -void DIBasicType::anchor() { } - -void DIDerivedType::anchor() { } - -void DICompositeType::anchor() { } - -void DISubprogram::anchor() { } - -void DILexicalBlock::anchor() { } - -void DINameSpace::anchor() { } - -void DILexicalBlockFile::anchor() { } |

