Changes in directory llvm/lib/Target:
TargetAsmInfo.cpp updated: 1.9 -> 1.10 --- Log message: Add per-target support for asm translation in the cbe --- Diffs of the changes: (+2 -1) TargetAsmInfo.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Target/TargetAsmInfo.cpp diff -u llvm/lib/Target/TargetAsmInfo.cpp:1.9 llvm/lib/Target/TargetAsmInfo.cpp:1.10 --- llvm/lib/Target/TargetAsmInfo.cpp:1.9 Mon Oct 30 16:32:29 2006 +++ llvm/lib/Target/TargetAsmInfo.cpp Tue Nov 28 13:52:20 2006 @@ -75,7 +75,8 @@ DwarfLocSection(".debug_loc"), DwarfARangesSection(".debug_aranges"), DwarfRangesSection(".debug_ranges"), - DwarfMacInfoSection(".debug_macinfo") { + DwarfMacInfoSection(".debug_macinfo"), + AsmTransCBE(0) { } TargetAsmInfo::~TargetAsmInfo() { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits