summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-05 00:35:16 +0000
committerChris Lattner <sabre@nondot.org>2006-10-05 00:35:16 +0000
commitafe6d7a17969500a80c30e19dcb085884bd480e1 (patch)
tree7c5f1892830d2c9e6742253dc01794bed3aeb69b /llvm/lib/Target/TargetAsmInfo.cpp
parent41e22a541975d85cf9bc29b8a46efd37b8a87840 (diff)
downloadbcm5719-llvm-afe6d7a17969500a80c30e19dcb085884bd480e1.tar.gz
bcm5719-llvm-afe6d7a17969500a80c30e19dcb085884bd480e1.zip
Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.
llvm-svn: 30732
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetAsmInfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp
index c085eb4db02..3aa29996014 100644
--- a/llvm/lib/Target/TargetAsmInfo.cpp
+++ b/llvm/lib/Target/TargetAsmInfo.cpp
@@ -74,3 +74,6 @@ TargetAsmInfo::TargetAsmInfo() :
DwarfRangesSection(".debug_ranges"),
DwarfMacInfoSection(".debug_macinfo")
{}
+
+TargetAsmInfo::~TargetAsmInfo() {
+}
OpenPOWER on IntegriCloud