give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
[oota-llvm.git] / lib / Target / SystemZ / SystemZMCAsmInfo.cpp
index 8ea11c95b27da54c755d17689253ff5ac72f21c7..c17535f4e2b34888581852eebcb918f427dab96a 100644 (file)
@@ -14,7 +14,8 @@
 #include "SystemZMCAsmInfo.h"
 using namespace llvm;
 
-SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, const StringRef &TT) {
+SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, const StringRef &TT)
+: MCAsmInfo(false) {
   AlignmentIsInBytes = true;
 
   PrivateGlobalPrefix = ".L";