Fix -Asserts warning.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index f0da694a19e510b9368a18ffd7060ac00c3701ae..2b23994637031bd6ef8c857e5db2231e5884345c 100644 (file)
@@ -35,6 +35,7 @@ MCAsmInfo::MCAsmInfo() {
   AssemblerDialect = 0;
   AllowQuotesInName = false;
   AllowNameToStartWithDigit = false;
+  AllowPeriodsInName = true;
   ZeroDirective = "\t.zero\t";
   AsciiDirective = "\t.ascii\t";
   AscizDirective = "\t.asciz\t";