Move .ident handling to MCStreamer.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index 152aae15af1747705f78255d962adcb133707bbb..6112ad1fcaca372e77f3765887314d47e22114d6 100644 (file)
@@ -76,6 +76,7 @@ MCAsmInfo::MCAsmInfo() {
   LCOMMDirectiveAlignmentType = LCOMM::NoAlignment;
   HasDotTypeDotSizeDirective = true;
   HasSingleParameterDotFile = true;
+  HasIdentDirective = false;
   HasNoDeadStrip = false;
   HasSymbolResolver = false;
   WeakRefDirective = 0;