OSDN Git Service

[MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.
[android-x86/external-llvm.git] / lib / MC / MCAsmInfo.cpp
index 22de8bd..1a45b5a 100644 (file)
@@ -90,7 +90,7 @@ MCAsmInfo::MCAsmInfo() {
   DwarfRegNumForCFI = false;
   NeedsDwarfSectionOffsetDirective = false;
   UseParensForSymbolVariant = false;
-  UseLogicalShr = 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.