give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
[oota-llvm.git] / lib / Target / Blackfin / BlackfinMCAsmInfo.cpp
index 6d0f66cd7a5d127ca6c2feb1597821c1a4d0ac2d..368cd50ed96fa31cb6501f81fd1552df2e2cd6e6 100644 (file)
@@ -15,7 +15,8 @@
 
 using namespace llvm;
 
-BlackfinMCAsmInfo::BlackfinMCAsmInfo(const Target &T, const StringRef &TT) {
+BlackfinMCAsmInfo::BlackfinMCAsmInfo(const Target &T, const StringRef &TT)
+: MCAsmInfo(true) {
   GlobalPrefix = "_";
   CommentString = "//";
 }