MC: Remove vestigial PCSymbol field from AsmInfo
[oota-llvm.git] / lib / Target / MSP430 / MCTargetDesc / MSP430MCAsmInfo.cpp
index d213a45bb9f2be1d4568c0c251b7c6d4941b5b98..ab8c81efededdc11ffb2dbf1a64bfc9aaebbcd94 100644 (file)
@@ -22,7 +22,6 @@ MSP430MCAsmInfo::MSP430MCAsmInfo(StringRef TT) {
 
   PrivateGlobalPrefix = ".L";
   WeakRefDirective ="\t.weak\t";
-  PCSymbol=".";
   CommentString = ";";
 
   AlignmentIsInBytes = false;