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