Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index a382741b5a2b7a22d002e8878365d9272ace40cc..13776f04437d4ac8f90afee2580d1006829a333c 100644 (file)
@@ -41,7 +41,9 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
   // FIXME: Darwin 10 and newer don't need this.
   LinkerRequiresNonEmptyDwarfLines = true;
 
-  NeedsSetToChangeDiffSize = true;
+  // FIXME: Change this once MC is the system assembler.
+  HasAggressiveSymbolFolding = false;
+
   HiddenVisibilityAttr = MCSA_PrivateExtern;
   // Doesn't support protected visibility.
   ProtectedVisibilityAttr = MCSA_Global;