MC: MCCodeGenInfo naming update. NFC.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index bad257a961ba6264c15d7095b96dd366a026d23b..1a45b5a389f649f373c279f5eb75a6303f21eca3 100644 (file)
@@ -90,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.