MC: MCCodeGenInfo naming update. NFC.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index f2d3b2a18553c32a56888a7c93fc1669606bc3f6..1a45b5a389f649f373c279f5eb75a6303f21eca3 100644 (file)
@@ -50,7 +50,6 @@ MCAsmInfo::MCAsmInfo() {
   Code64Directive = ".code64";
   AssemblerDialect = 0;
   AllowAtInName = false;
-  NoSymbolNameQuoting = false;
   UseDataRegionDirectives = false;
   ZeroDirective = "\t.zero\t";
   AsciiDirective = "\t.ascii\t";
@@ -91,6 +90,7 @@ MCAsmInfo::MCAsmInfo() {
   DwarfRegNumForCFI = false;
   NeedsDwarfSectionOffsetDirective = false;
   UseParensForSymbolVariant = false;
+  UseLogicalShr = true;
 
   // FIXME: Clang's logic should be synced with the logic used to initialize
   //        this member and the two implementations should be merged.