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