Remove unnecessary condition check.
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index 5851cb0391d871812f325c7e4fdbe7fd12bf9f0b..61fbd29a285728cf43e40d9e614b1273886d7e13 100644 (file)
@@ -39,6 +39,7 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
   ZeroDirective = "\t.space\t";  // ".space N" emits N zeros.
   HasMachoZeroFillDirective = true;  // Uses .zerofill
   HasMachoTBSSDirective = true; // Uses .tbss
+  StructorOutputOrder = Structors::PriorityOrder;
   HasStaticCtorDtorReferenceInStaticMode = true;
 
   // FIXME: Darwin 10 and newer don't need this.