IAS: Use the root macro instanciation for location
[oota-llvm.git] / lib / MC / MCSectionMachO.cpp
index 606d074752830898fb215b130005c3457578d021..c9f15914e4b17d60be7108366510d7eb0cee4562 100644 (file)
@@ -72,7 +72,7 @@ ENTRY(nullptr /*FIXME*/,     S_ATTR_LOC_RELOC)
 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section,
                                unsigned TAA, unsigned reserved2, SectionKind K,
                                MCSymbol *Begin)
-    : MCSection(SV_MachO, K, Begin, /*Unique*/ false), TypeAndAttributes(TAA),
+    : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA),
       Reserved2(reserved2) {
   assert(Segment.size() <= 16 && Section.size() <= 16 &&
          "Segment or section string too long");