hoist the new isel interpreter out of DAGISelHeader.h
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index ab8a585480f1ca7afbb830abb6ce7bf83e05c978..9130493de277b3fac6078ff0a02d4e92c731cdec 100644 (file)
@@ -24,8 +24,7 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
   HasSingleParameterDotFile = false;
   PrivateGlobalPrefix = "L";  // Prefix for private global symbols
   WeakRefDirective = "\t.weak\t";
-  LinkOnceDirective = "\t.linkonce same_size\n";
-  SetDirective = "\t.set\t";
+  LinkOnceDirective = "\t.linkonce discard\n";
   
   // Doesn't support visibility:
   HiddenVisibilityAttr = ProtectedVisibilityAttr = MCSA_Invalid;