diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:22:54 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:22:54 +0000 |
commit | 8cebe08c10b3b7e941ae088f0d6c72372fe1ef38 (patch) | |
tree | b013c350bb85bf7ef6d11be995a4a7340a0287b0 /lib/Target/PowerPC/PPCTargetAsmInfo.cpp | |
parent | ec2c6e1e97124a5f15c4b1abba707cb87c0db916 (diff) | |
download | external_llvm-8cebe08c10b3b7e941ae088f0d6c72372fe1ef38.zip external_llvm-8cebe08c10b3b7e941ae088f0d6c72372fe1ef38.tar.gz external_llvm-8cebe08c10b3b7e941ae088f0d6c72372fe1ef38.tar.bz2 |
Minor cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetAsmInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 0c1cdcc..717ddd6 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp @@ -19,6 +19,8 @@ using namespace llvm; using namespace llvm::dwarf; +TEMPLATE_INSTANTIATION(class PPCTargetAsmInfo<TargetAsmInfo>); + PPCDarwinTargetAsmInfo::PPCDarwinTargetAsmInfo(const PPCTargetMachine &TM): PPCTargetAsmInfo<DarwinTargetAsmInfo>(TM) { PCSymbol = "."; |