commit | 8d4a0a328a89d1f3c7ad83048e04ace53b6ba781 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 02 04:27:24 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 02 04:27:24 2009 +0000 |
tree | b8f9dc1197a025c8faae38312d3a15d853a7544d | |
parent | 83f08a2efdbe18e1eba866a25aa7e37c555de4c1 [diff] [blame] |
remove TargetAsmInfo::TM, which is now dead. The basic TAI class now no longer depends on TM! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77863 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 6322a2e..0696a90 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -33,7 +33,7 @@ } PPCLinuxTargetAsmInfo::PPCLinuxTargetAsmInfo(const PPCTargetMachine &TM) : - PPCTargetAsmInfo<ELFTargetAsmInfo>(TM) { + PPCTargetAsmInfo<TargetAsmInfo>(TM) { CommentString = "#"; GlobalPrefix = ""; PrivateGlobalPrefix = ".L";