[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp

Chris Lattner sabre at nondot.org
Wed Oct 4 17:35:33 PDT 2006



Changes in directory llvm/lib/Target:

TargetAsmInfo.cpp updated: 1.4 -> 1.5
---
Log message:

Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.


---
Diffs of the changes:  (+3 -0)

 TargetAsmInfo.cpp |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/lib/Target/TargetAsmInfo.cpp
diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.4 llvm/lib/Target/TargetAsmInfo.cpp:1.5
--- llvm/lib/Target/TargetAsmInfo.cpp:1.4	Mon Sep 25 22:38:18 2006
+++ llvm/lib/Target/TargetAsmInfo.cpp	Wed Oct  4 19:35:16 2006
@@ -74,3 +74,6 @@
   DwarfRangesSection(".debug_ranges"),
   DwarfMacInfoSection(".debug_macinfo")
 {}
+
+TargetAsmInfo::~TargetAsmInfo() {
+}






More information about the llvm-commits mailing list