Cleanup handling of .zerofill on darwin:
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index d99120d4d7888f7ffab4f3503f2bf80c2fb4c3e1..8719bee89bfb7bd5dbdd5b0d2b9bf46d72c3733e 100644 (file)
@@ -35,7 +35,7 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
   HiddenDirective = "\t.private_extern ";
   LCOMMDirective = "\t.lcomm\t";
   ZeroDirective = "\t.space\t";  // ".space N" emits N zeros.
-  ZeroFillDirective = "\t.zerofill\t";  // Uses .zerofill
+  HasMachoZeroFillDirective = true;  // Uses .zerofill
   SetDirective = "\t.set";
   ProtectedDirective = "\t.globl\t";
   HasDotTypeDotSizeDirective = false;