diff options
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp b/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp index c17535f4e2b..8ea11c95b27 100644 --- a/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp +++ b/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp @@ -14,8 +14,7 @@ #include "SystemZMCAsmInfo.h" using namespace llvm; -SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, const StringRef &TT) -: MCAsmInfo(false) { +SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, const StringRef &TT) { AlignmentIsInBytes = true; PrivateGlobalPrefix = ".L"; |