give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
[oota-llvm.git] / lib / Target / CellSPU / SPUMCAsmInfo.cpp
index 1c921ab87ff20306cc467d025b788667d51b4554..3b43a7e2092d92446f07995763e32bf82ae90884 100644 (file)
@@ -14,7 +14,8 @@
 #include "SPUMCAsmInfo.h"
 using namespace llvm;
 
-SPULinuxMCAsmInfo::SPULinuxMCAsmInfo(const Target &T, const StringRef &TT) {
+SPULinuxMCAsmInfo::SPULinuxMCAsmInfo(const Target &T, const StringRef &TT)
+  : MCAsmInfo(false) {
   ZeroDirective = "\t.space\t";
   SetDirective = "\t.set";
   Data64bitsDirective = "\t.quad\t";