From b25afe081c87d79458bd8a6b26a711a8b9f4fd0c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 2 Aug 2009 04:27:24 +0000 Subject: remove TargetAsmInfo::TM, which is now dead. The basic TAI class now no longer depends on TM! llvm-svn: 77863 --- llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp') diff --git a/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp b/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp index 2f17676eef0..25877f8da8b 100644 --- a/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp +++ b/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp @@ -16,8 +16,7 @@ using namespace llvm; -SystemZTargetAsmInfo::SystemZTargetAsmInfo(const SystemZTargetMachine &TM) - : ELFTargetAsmInfo(TM) { +SystemZTargetAsmInfo::SystemZTargetAsmInfo(const SystemZTargetMachine &TM) { AlignmentIsInBytes = true; PrivateGlobalPrefix = ".L"; -- cgit v1.2.3