summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-11-28 19:52:20 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-11-28 19:52:20 +0000
commitff35b449a0b14b513d5ae44af5999b7315e3c05e (patch)
tree3c77a9179afe4594beec9c3c62a54cb825e6f428 /llvm/lib/Target/TargetAsmInfo.cpp
parent40182179b63d014427c9b5981214e33ce06c477e (diff)
downloadbcm5719-llvm-ff35b449a0b14b513d5ae44af5999b7315e3c05e.tar.gz
bcm5719-llvm-ff35b449a0b14b513d5ae44af5999b7315e3c05e.zip
Add per-target support for asm translation in the cbe
llvm-svn: 31972
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetAsmInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp
index d68affd96b1..2b4f2f79c8e 100644
--- a/llvm/lib/Target/TargetAsmInfo.cpp
+++ b/llvm/lib/Target/TargetAsmInfo.cpp
@@ -75,7 +75,8 @@ TargetAsmInfo::TargetAsmInfo() :
DwarfLocSection(".debug_loc"),
DwarfARangesSection(".debug_aranges"),
DwarfRangesSection(".debug_ranges"),
- DwarfMacInfoSection(".debug_macinfo") {
+ DwarfMacInfoSection(".debug_macinfo"),
+ AsmTransCBE(0) {
}
TargetAsmInfo::~TargetAsmInfo() {
OpenPOWER on IntegriCloud