Fix SPU to cope with vector insertelement to an undef position.
[oota-llvm.git] / lib / Target / MSP430 / MSP430MCAsmInfo.cpp
index 069313e2ef0b1bd665c431d8e98eb333261d6814..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;
 }