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/SystemZ/SystemZTargetAsmInfo.h b/lib/Target/SystemZ/SystemZTargetAsmInfo.h index 98b50d4..e7bf895 100644 --- a/lib/Target/SystemZ/SystemZTargetAsmInfo.h +++ b/lib/Target/SystemZ/SystemZTargetAsmInfo.h
@@ -21,7 +21,7 @@ // Forward declaration. class SystemZTargetMachine; - struct SystemZTargetAsmInfo : public ELFTargetAsmInfo { + struct SystemZTargetAsmInfo : public TargetAsmInfo { explicit SystemZTargetAsmInfo(const SystemZTargetMachine &TM); };