Eliminate SetDirective, and replace it with HasSetDirective.
[oota-llvm.git] / lib / Target / Sparc / SparcMCAsmInfo.cpp
index 923181d7e4439702c5925b8b0ca5fab5451f4aed..53a9bde9252679945f4f3e871ca7fa404eb1d3c3 100644 (file)
@@ -29,7 +29,6 @@ SparcELFMCAsmInfo::SparcELFMCAsmInfo(const Target &T, const StringRef &TT) {
   UsesELFSectionDirectiveForBSS = true;
 
   WeakRefDirective = "\t.weak\t";
-  SetDirective = "\t.set\t";
 
   PrivateGlobalPrefix = ".L";
 }