Eliminate SetDirective, and replace it with HasSetDirective.
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index ab8a585480f1ca7afbb830abb6ce7bf83e05c978..ace7ba1e793db523003b0f02b4c7d94d7b222a7d 100644 (file)
@@ -25,7 +25,6 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
   PrivateGlobalPrefix = "L";  // Prefix for private global symbols
   WeakRefDirective = "\t.weak\t";
   LinkOnceDirective = "\t.linkonce same_size\n";
-  SetDirective = "\t.set\t";
   
   // Doesn't support visibility:
   HiddenVisibilityAttr = ProtectedVisibilityAttr = MCSA_Invalid;