Fix SPU to cope with vector insertelement to an undef position.
[oota-llvm.git] / lib / Target / MSP430 / MSP430MCAsmInfo.cpp
index 516eacb535641a4e0c1b7e4d5211a3910b7b1473..cfb499d132353f693249e41ac1cf43f0f44c5ac1 100644 (file)
@@ -17,7 +17,6 @@ using namespace llvm;
 MSP430MCAsmInfo::MSP430MCAsmInfo(const Target &T, const StringRef &TT) {
   PrivateGlobalPrefix = ".L";
   WeakRefDirective ="\t.weak\t";
-  SetDirective = "\t.set\t";
   PCSymbol=".";
   CommentString = ";";