Fix SPU to cope with vector insertelement to an undef position.
[oota-llvm.git] / lib / Target / MSP430 / MSP430MCAsmInfo.cpp
index 2309a5f63e664e9fded1f643c47998344342df1e..cfb499d132353f693249e41ac1cf43f0f44c5ac1 100644 (file)
 using namespace llvm;
 
 MSP430MCAsmInfo::MSP430MCAsmInfo(const Target &T, const StringRef &TT) {
+  PrivateGlobalPrefix = ".L";
+  WeakRefDirective ="\t.weak\t";
+  PCSymbol=".";
+  CommentString = ";";
+
   AlignmentIsInBytes = false;
+  AllowNameToStartWithDigit = true;
+  UsesELFSectionDirectiveForBSS = true;
 }