commit | e6483e3097a6ed11e4b406536b6c977c42b5f69b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 02 04:32:07 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 02 04:32:07 2009 +0000 |
tree | 3591dd72f0a788fc5d1b5756d0071db129693328 | |
parent | ba8e7401fb1cc27445a2fef6600335a93879a36d [diff] [blame] |
eliminate the TM argument to the TAI class, remove comment about supporting solaris :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77865 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp b/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp index 25877f8..6aff8a0 100644 --- a/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp +++ b/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp
@@ -16,7 +16,7 @@ using namespace llvm; -SystemZTargetAsmInfo::SystemZTargetAsmInfo(const SystemZTargetMachine &TM) { +SystemZTargetAsmInfo::SystemZTargetAsmInfo() { AlignmentIsInBytes = true; PrivateGlobalPrefix = ".L";