[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Tue Nov 28 11:52:40 PST 2006
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() {
More information about the llvm-commits
mailing list